bp_admin_menu()

Piggy back admin_menu action.


Description Description


Source Source

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

function bp_admin_menu() {

	/**
	 * Fires inside the bp_admin_menu function.
	 *
	 * @since 1.7.0
	 */
	do_action( 'bp_admin_menu' );
}

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.