WP HOOKS
filtrod 6.1.0

site_status_persistent_object_cache_thresholds

Args 1Plik wp-admin/includes/class-wp-site-health.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the thresholds used to determine whether to suggest the use of a persistent object cache.

Parametry

ParametrTypOpis
$thresholdsint[]The list of threshold numbers keyed by threshold name.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'site_status_persistent_object_cache_thresholds', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii