WP HOOKS
filtrod 2.5.0

comments_open

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

Opis — z kodu źródłowego

Filters whether the current post is open for comments.

Parametry

ParametrTypOpis
$comments_openboolWhether the current post is open for comments.
$post_idintThe post ID.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'comments_open', 'twoja_funkcja', 10, 2 );

function twoja_funkcja($param_1, $param_2) {
	// Twój kod
}

Popularne w tej kategorii