관리-도구
편집 파일: wp-seo-export.min.js
jQuery(document).ready(function(a){"use strict";a("#export-button").click(function(){a.post(ajaxurl,{action:"wpseo_export",_wpnonce:wpseo_export_nonce,include_taxonomy:a("#include_taxonomy_meta").is(":checked")},function(b){b=JSON.parse(b);var c="error";"success"===b.status&&(c="updated"),a("#wpseo-title").append('<div class="'+c+' settings-error"><p><strong>'+b.msg+"</strong></p></div>")}),event.preventDefault()})});