filtrdynamicznyod 2.9.0
extra_{$context}_headers
Args 1Plik wp-includes/functions.php
Opis — z kodu źródłowego
Filters extra file headers by context.
The dynamic portion of the hook name, $context, refers to the context where extra headers might be loaded.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$extra_context_headers | array | Empty array by default. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'extra_{$context}_headers', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'extra_{$context}_headers', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii