bp_register_activity_actions()
Allow core components and dependent plugins to register activity actions.
Description
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 BuddyPress 1.2.0 */ do_action( 'bp_register_activity_actions' ); }
Changelog
Version | Description |
---|---|
BuddyPress 1.2.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.