wp-better-attachments
wp-better-attachments copied to clipboard
Disable on front end?
I LOVE the functionality you provide on the backend. But I'm not using it on the front-end in my theme. I've figured out how to dequeue the stylesheet and javascript, but is there any way I can keep the rest of the WPBA actions from firing, to speed up my site by a few milliseconds?
Thanks.
Greetings Joel,
I would probably suggest to do a search in the plugin for add_action
and then any action that fires on the front end you can use remove_action
. Other than that I really do not know. Please let me know if you need anything else.
Thanks, Dan