Server IP : 172.67.214.6 / Your IP : 216.73.216.84 Web Server : LiteSpeed System : Linux premium900.web-hosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : redwjova ( 1790) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/redwjova/fyntric.com/wp-content/plugins/wp-super-cache/inc/ |
Upload File : |
( function ( $ ) { $( document ).ready( function () { $( '#wp-admin-bar-delete-cache' ).on( 'click', function () { $( '#wp-admin-bar-delete-cache' ).fadeOut( 'slow' ); $.ajax( { type: 'post', dataType: 'json', url: wpsc_ajax.ajax_url, data: { // wp ajax action action: 'ajax-delete-cache', path: wpsc_ajax.path, admin: wpsc_ajax.admin, // send the nonce along with the request nonce: wpsc_ajax.nonce, }, success: function ( msg ) { wpsc_ajax.admin == 1 && console.log( 'Deleted entire cache' ); wpsc_ajax.admin == 0 && console.log( 'Deleted cache for this page and reloading' ); window.location.reload(); }, complete: function ( msg ) { $( '#wp-admin-bar-delete-cache' ).fadeIn( 'slow' ); }, } ); return false; } ); } ); } )( jQuery );