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

apply_filters('wp_queue_cron_time_exceeded') is found 1 times:

  • /class/Common/Queue/Cron.php line 192

    Warning: Undefined array key 194 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 195 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 196 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 197 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		if ( time() >= $finish ) {
    			$return = true;
    		}
    
    		return apply_filters( 'wp_queue_cron_time_exceeded', $return );
    	}
    }