bp_actions()
Fire the ‘bp_actions’ action, which runs just before rendering.
Description Description
Attach potential template actions, such as catching form requests or routing custom URLs.
Source Source
File: bp-core/bp-core-dependency.php
function bp_actions() {
/**
* Fires inside the 'bp_actions' function, which runs just before rendering.
*
* @since 1.5.0
*/
do_action( 'bp_actions' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |