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

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.