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' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.6.0 | Introduced. |