action_scheduler_pastdue_actions_check_interval

action_scheduler_pastdue_actions_check_interval

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('action_scheduler_pastdue_actions_check_interval') is found 1 times:

  • /packages/action-scheduler/classes/ActionScheduler_AdminView.php line 180
    		}
    
    		# If check failed, set transient and abort.
    		if ( ! boolval( $check ) ) {
    			$interval = apply_filters( 'action_scheduler_pastdue_actions_check_interval', round( $threshold_seconds / 4 ), $threshold_seconds );
    			set_transient( 'action_scheduler_last_pastdue_actions_check', time(), $interval );
    
    			return;
    		}
    
    		$actions_url = add_query_arg( array(