bp_loaded()

Fire the ‘bp_loaded’ action, which fires after BP’s core plugin files have been loaded.

Description

Attached to ‘plugins_loaded’.

Source

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

function bp_loaded() {

	/**
	 * Fires inside the 'bp_loaded' function, which fires after BP's core plugin files have been loaded.
	 *
	 * @since BuddyPress 1.2.5
	 */
	do_action( 'bp_loaded' );
}

Changelog

Changelog
Version Description
BuddyPress 1.2.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.