bp_admin_notices()

Piggy back admin_notices action.


Description Description


Source Source

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

function bp_admin_notices() {

	/**
	 * Fires inside the bp_admin_notices function.
	 *
	 * @since 1.5.0
	 */
	do_action( 'bp_admin_notices' );
}

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.