do_action( 'bp_signups_admin_load', string $doaction , array $_REQUEST )
Fires at the start of the signups admin load.
Parameters Parameters
- $doaction
-
(string) Current bulk action being processed.
- $_REQUEST
-
(array) Current $_REQUEST global.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |