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.


Top ↑

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

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

View on Trac



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.