bp_optouts_admin_load, $doaction, $_REQUEST
bp_optouts_admin_load, $doaction, $_REQUEST
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_optouts_admin_load, $doaction, $_REQUEST') is found 1 times:
- /bp-core/admin/bp-core-admin-optouts.php line 58
* * @param string $doaction Current bulk action being processed. * @param array $_REQUEST Current $_REQUEST global. */ do_action( 'bp_optouts_admin_load', $doaction, $_REQUEST ); /** * Filters the allowed actions for use in the nonmember opt-outs admin page. * * @since 8.0.0 *