bp_ready()

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


Description Description

Attached to ‘wp’.


Source 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 1.6.0
	 */
	do_action( 'bp_ready' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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