bp_admin_head()

Piggy back admin_head action.


Description Description


Source Source

File: bp-core/admin/bp-core-admin-actions.php

function bp_admin_head() {

	/**
	 * Fires inside the bp_admin_head function.
	 *
	 * @since 1.6.0
	 */
	do_action( 'bp_admin_head' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.