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
-
Current user ID for the screen.
- $id
-
Current screen ID.
- $stats_metabox
-
Object holding position data for use with the stats metabox.
Source Source
File: bp-members/classes/class-bp-members-admin.php
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |