WP HOOKS
filtrreferencjaod 2.2.0

comment_feed_groupby

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

Opis — z kodu źródłowego

Filters the GROUP BY clause of the comments feed query before sending.

Parametry

ParametrTypOpis
$cgroupbystringThe GROUP BY clause of the query.
$query\WP_QueryThe WP_Query instance (passed by reference).

Wywołanie

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

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

Popularne w tej kategorii