pre_as_enqueue_async_action

pre_as_enqueue_async_action

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('pre_as_enqueue_async_action') is found 1 times:

  • /packages/action-scheduler/functions.php line 39
    	 * @param array    $args       Action arguments.
    	 * @param string   $group      Action group.
    	 * @param int      $priority   Action priority.
    	 */
    	$pre = apply_filters( 'pre_as_enqueue_async_action', null, $hook, $args, $group, $priority );
    	if ( null !== $pre ) {
    		return is_int( $pre ) ? $pre : 0;
    	}
    
    	return ActionScheduler::factory()->create(
    		array(