filtrod 1.5.1
comments_template
Opis — z kodu źródłowego
Filters the path to the theme template file used for the comments template.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$theme_template | string | The path to the theme template file. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'comments_template', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'comments_template', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii