bp_register_activity_actions()
Allow core components and dependent plugins to register activity actions.
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' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |