bp_optouts_admin_load, $doaction, $_REQUEST

bp_optouts_admin_load, $doaction, $_REQUEST

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_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
    	 *