wp_queue_cron_time_exceeded

wp_queue_cron_time_exceeded

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.3

apply_filters('wp_queue_cron_time_exceeded') is found 1 times:

  • /class/Common/Queue/Cron.php line 192
    		if ( time() >= $finish ) {
    			$return = true;
    		}
    
    		return apply_filters( 'wp_queue_cron_time_exceeded', $return );
    	}
    }