WP HOOKS
filtrod 3.2.0

close_comments_for_post_types

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

Opis — z kodu źródłowego

Filters the list of post types to automatically close comments for.

Parametry

ParametrTypOpis
$post_typesstring[]An array of post type names.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'close_comments_for_post_types', 'twoja_funkcja' );

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

Popularne w tej kategorii