bp_ready()

Fire the ‘bp_ready’ action, which runs after BP is set up and the page is about to render.

Description

Attached to ‘wp’.

Source

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

function bp_ready() {

	/**
	 * Fires inside the 'bp_ready' function, which runs after BP is set up and the page is about to render.
	 *
	 * @since BuddyPress 1.6.0
	 */
	do_action( 'bp_ready' );
}

Changelog

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