filtrod 4.8.0
wp_doing_cron
Opis — z kodu źródłowego
Filters whether the current request is a WordPress cron request.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$wp_doing_cron | bool | Whether the current request is a WordPress cron request. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_doing_cron', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'wp_doing_cron', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii