do_action_ref_array( 'bp_members_admin_update_user', string $doaction , int $user_id , array $_REQUEST , string $redirect )
Fires at end of user profile admin load if doaction does not match any available actions.
Parameters Parameters
- $doaction
-
(string) Current bulk action being processed.
- $user_id
-
(int) Current user ID.
- $_REQUEST
-
(array) Current $_REQUEST global.
- $redirect
-
(string) Determined redirect url to send user to.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |