ssj_costy
Member
Posted 8 months ago #
Hi, is there any way I could use this plugin to minify the scripts and css on admin pages? My site is using a lot of plugins which add a lot of javascript files on the admin side, which now loads in 20 seconds!
Or maybe I can use a different approach?
http://wordpress.org/extend/plugins/bwp-minify/
Although it is entirely possible (BWP Minify supports this), but I would not recommend doing so.
Anyway, use this in your theme:
add_filter('bwp_minify_allowed_in_admin', create_function('', 'return true;'));
If this fails, then Minify might not work with your wp-admin :).