WP HOOKS
akcjaod 6.9.0

wp_before_include_template

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

Opis — z kodu źródłowego

Fires immediately before including the template.

Parametry

ParametrTypOpis
$templatestringThe 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
}

Popularne w tej kategorii