£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyʦ•ꎅȮFÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~芩ÊǍí`ÔÑ©ú뙵'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶êםӼ㞪éUWŸÈË%DÒÕ¬ï‘]/Åcx ‰ï2ß]ä6G[]S£Ôϯrs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ ¯¹ægƒÛowЍø^d™ý½ßB7áyMä9ÜÖUã !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! /* * SPEEDYCACHE * https://speedycache.com/ * (c) SpeedyCache Team */ if(window.onload) { var Conload = window.onload; var Nonload = function(evt) { Conload(evt); speedycache_column_button_action(); }; window.onload = Nonload; } else { window.onload = speedycache_column_button_action; } function speedycache_column_button_action(){ jQuery(document).ready(function(){ jQuery('a[id^="speedycache-clear-cache-link"]').click(function(e){ var post_id = jQuery(e.target).attr('data-id'); var nonce = jQuery(e.target).attr('data-nonce'); jQuery('#speedycache-clear-cache-link-' + post_id).css('cursor', 'wait'); jQuery.ajax({ type: 'GET', url: ajaxurl, data : { 'action': 'speedycache_clear_cache_column', 'id' : post_id, 'security' : nonce }, success: function(data){ jQuery('#speedycache-clear-cache-link-' + post_id).css('cursor', 'pointer'); if(typeof data.success != 'undefined' && data.success == true){ alert('Cache Cleared Successfully!'); return; } alert('Clear Cache Error'); } }); return false; }); }); }