pre_as_schedule_single_action

pre_as_schedule_single_action

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('pre_as_schedule_single_action') is found 1 times:

  • /packages/action-scheduler/functions.php line 90
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    * @param array    $args       Action arguments.
     * @param string   $group      Action group.
     * @param int      $priorities Action priority.
     */
    $pre = apply_filters( 'pre_as_schedule_single_action', null, $timestamp, $hook, $args, $group, $priority );
    if ( null !== $pre ) {
        return is_int( $pre ) ? $pre : 0;
    }
     
    return ActionScheduler::factory()->create(
        array(