bp_actions()

Fire the ‘bp_actions’ action, which runs just before rendering.

Description

Attach potential template actions, such as catching form requests or routing custom URLs.

Source

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

346
347
348
349
350
351
352
353
354
function bp_actions() {
 
    /**
     * Fires inside the 'bp_actions' function, which runs just before rendering.
     *
     * @since BuddyPress 1.5.0
     */
    do_action( 'bp_actions' );
}

Changelog

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