bp_setup_nav()

Fire the ‘bp_setup_nav’ action, where plugins should register their navigation items.


Description Description


Source Source

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

function bp_setup_nav() {

	/**
	 * Fires inside the 'bp_setup_nav' function, where plugins should register their navigation items.
	 *
	 * @since 1.2.0
	 */
	do_action( 'bp_setup_nav' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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