filtrod 6.1.0
site_status_persistent_object_cache_url
Opis — z kodu źródłowego
Filters the action URL for the persistent object cache health check.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$action_url | string | Learn more link for persistent object cache health check. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'site_status_persistent_object_cache_url', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'site_status_persistent_object_cache_url', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii