filtrod 4.0.0
wp_title_parts
Opis — z kodu źródłowego
Filters the parts of the page title.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$title_array | string[] | Array of parts of the page title. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_title_parts', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'wp_title_parts', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii