WP HOOKS
filtrod 1.5.1

comments_template

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

Opis — z kodu źródłowego

Filters the path to the theme template file used for the comments template.

Parametry

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

Popularne w tej kategorii