pre_as_schedule_cron_action

pre_as_schedule_cron_action

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('pre_as_schedule_cron_action') is found 1 times:

  • /packages/action-scheduler/functions.php line 229
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    * @param array    $args       Action arguments.
     * @param string   $group      Action group.
     * @param int      $priority   Action priority.
     */
    $pre = apply_filters( 'pre_as_schedule_cron_action', null, $timestamp, $schedule, $hook, $args, $group, $priority );
    if ( null !== $pre ) {
        return is_int( $pre ) ? $pre : 0;
    }
     
    return ActionScheduler::factory()->create(
        array(