WP HOOKS
filtrreferencjaod 3.1.0

the_comments

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

Opis — z kodu źródłowego

Filters the comment query results.

Parametry

ParametrTypOpis
$_comments\WP_Comment[]An array of comments.
$query\WP_Comment_QueryCurrent instance of WP_Comment_Query (passed by reference).

Wywołanie

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

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

Popularne w tej kategorii