WP HOOKS
filtrod 4.0.0

wp_title_parts

Args 1Plik wp-includes/general-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the parts of the page title.

Parametry

ParametrTypOpis
$title_arraystring[]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
}

Popularne w tej kategorii