Filter: powered_cache_preloader_should_continue

apply_filters( 'powered_cache_preloader_should_continue', bool, bool, array, float )

Allow complete control over continuation logic.

Parameters:
Name Type Description
bool

$should_continue Whether to continue processing.

bool

$halted_by_load True if we halted due to load.

array

$load [1min, 5min, 15min] load averages.

float

$max_allowed_load Final load limit used for decision.

Since:
  • 3.6
Source:
Returns:

bool Whether to continue processing.