Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* FILTER WIDGETS IN WP ADMIN
* assuming you already enqueued some of your js / css in WP admin ( customAdminCode() ) :
* include (or separately enqueue) this jQuery plugin - https://github.com/cheeaun/jquery.livefilter
* all code (php,js,css) is here, but you should separate it, off course ... ;)
*/
function customAdminCode() {
wp_register_script('my-admin-js', get_template_directory_uri(). '/js/admin/admin.js');