xprofile_register_activity_actions()
Register the activity actions for the Extended Profile component.
Source Source
File: bp-xprofile/bp-xprofile-activity.php
function xprofile_register_activity_actions() { bp_activity_set_action( buddypress()->profile->id, 'updated_profile', __( 'Updated Profile', 'buddypress' ), 'bp_xprofile_format_activity_action_updated_profile', __( 'Profile Updates', 'buddypress' ), array( 'activity' ) ); /** * Fires after the registration of default activity actions for Extended Profile component. * * @since 1.1.0 */ do_action( 'xprofile_register_activity_actions' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |