How to remove unused UI frontend scripts
-
Hi! Thanks for the plugin. I only use the plugin for indexing, so I don’t need the shortcodes and autocomplete. Is het possible te remove the scripts added by the plugin?
I tried this but it is not working:
add_action( 'init', 'remove_my_class_action' ); function remove_my_class_action() { remove_action( 'wp_footer', array( 'Frontend', 'load_php_templates' )); }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to remove unused UI frontend scripts’ is closed to new replies.