bp_head()
Fire ‘bp_head’, which is used to hook scripts and styles in the
.Description Description
Hooked to ‘wp_head’.
Source Source
File: bp-core/bp-core-dependency.php
function bp_head() {
/**
* Fires inside the 'bp_head' function, which runs on 'wp_head'.
*
* @since 1.6.0
*/
do_action( 'bp_head' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.6.0 | Introduced. |