wp-seo-admin-global.js 276 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 function wpseo_setIgnore( option, hide, nonce ) { jQuery.post(ajaxurl, { action: 'wpseo_set_ignore', option: option, _wpnonce: nonce }, function(data) { if (data) { jQuery('#'+hide).hide(); jQuery('#hidden_ignore_'+option).val('ignore'); } } ); }