bp_register_activity_actions()
Allow core components and dependent plugins to register activity actions.
Description Description
Source Source
File: bp-activity/bp-activity-functions.php
function bp_register_activity_actions() {
/**
* Fires on bp_init to allow core components and dependent plugins to register activity actions.
*
* @since 1.2.0
*/
do_action( 'bp_register_activity_actions' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.2.0 | Introduced. |