do_action_ref_array( 'bp_members_admin_xprofile_metabox', int $user_id , string $id , object $stats_metabox )
Fires before loading the profile fields if component is active.
Description Description
Plugins should not use this hook, please use ‘bp_members_admin_user_metaboxes’ instead.
Parameters Parameters
- $user_id
-
(int) Current user ID for the screen.
- $id
-
(string) Current screen ID.
- $stats_metabox
-
(object) Object holding position data for use with the stats metabox.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |