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.8.7.0

apply_filters('pre_as_schedule_recurring_action') is found 1 times:

  • /packages/action-scheduler/functions.php line 161
    	 * @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(