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.


Top ↑

Source Source

File: bp-members/classes/class-bp-members-admin.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.