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' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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