pre_as_schedule_recurring_action

pre_as_schedule_recurring_action

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('pre_as_schedule_recurring_action') is found 1 times:

  • /packages/action-scheduler/functions.php line 163
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    * @param array    $args                Action arguments.
     * @param string   $group               Action group.
     * @param int      $priority            Action priority.
     */
    $pre = apply_filters( 'pre_as_schedule_recurring_action', null, $timestamp, $interval_in_seconds, $hook, $args, $group, $priority );
    if ( null !== $pre ) {
        return is_int( $pre ) ? $pre : 0;
    }
     
    return ActionScheduler::factory()->create(
        array(