bp_enqueue_scripts()
Fire the ‘bp_enqueue_scripts’ action, where BP enqueues its CSS and JS.
Description
Source
File: bp-core/bp-core-dependency.php
function bp_enqueue_scripts() { /** * Fires inside the 'bp_enqueue_scripts' function, where BP enqueues its CSS and JS. * * @since BuddyPress 1.6.0 */ do_action( 'bp_enqueue_scripts' ); }
Changelog
Version | Description |
---|---|
BuddyPress 1.6.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.