apply_filters( 'bp_nouveau_register_scripts', array $value )
Filters the scripts to enqueue for BuddyPress Nouveau.
Description
This filter provides a multidimensional array that will map to arguments used for wp_register_script(). The primary index should have the script handle to use, and be assigned an array that has indexes for file location, dependencies, version and if it should load in the footer or not.
Parameters
- $value
-
Array of scripts to register.
Source
Changelog
Version | Description |
---|---|
BuddyPress 3.0.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.