Replies: 0
Hi!
I wouldn’t want to load styles, scripts and the $footer in HTML, because there is no need for the stuff on my site (for the sake of performance).
I can dequeue styles and scripts in functions.php
if ( is_front_page() || is_home() || is_archive() )…
but have no idea how to override footer() to get rid of the HTML at these cases. Could you help me?
May it be quite reasonable suggestion to add more filters (beside post/page IDs) in plugin’s options for further releases?