@unit9
Not recently active
-
Henry replied to the topic Extra Stylesheets & Javascript being added in the footer? in the forum How-to & Troubleshooting 10 years, 12 months ago
Hi @unit9
You’re right.
<?php do_action( 'bp_footer' ); ?>
and<?php do_action( 'bp_after_footer' ); ?>
are points at which things can be inserted. If you want to remove (dequeue) the CSS documents and script, you can useremove_action()
See this helpful tutorial on how to remove scripts and…[Read more]