akcjaod 6.9.0
wp_before_include_template
Opis — z kodu źródłowego
Fires immediately before including the template.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$template | string | The path of the template about to be included. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'wp_before_include_template', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'wp_before_include_template', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii