Backups Created:
/home/falconag/public_html/wp-admin/admin-wolf.php
/home/falconag/public_html/wp-content/edit-wolf.php
/home/falconag/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: admin.js
( function ( $ ) { 'use strict'; jQuery( document ).ready( function ( e ) { const display_type = jQuery( '#display_type' ), per_page = jQuery( '#per_page' ), columns = jQuery( '#columns' ), orderby = jQuery( '#orderby' ), order = jQuery( '#order' ), cat = jQuery( '#cat' ).prev( 'label' ); alert( display_type.val() ); display_type.bind( 'change', function () { alert( jQuery( this ).val() ); } ); cat.hasClass( 'none' ); } ); } )( jQuery );