bp_head()

Fire ‘bp_head’, which is used to hook scripts and styles in the .

Description

Hooked to ‘wp_head’.

Source

File: bp-core/bp-core-dependency.php

402
403
404
405
406
407
408
409
410
function bp_head() {
 
    /**
     * Fires inside the 'bp_head' function, which runs on 'wp_head'.
     *
     * @since BuddyPress 1.6.0
     */
    do_action( 'bp_head' );
}

Changelog

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.