filtrreferencjaod 2.0.0
posts_groupby
Opis — z kodu źródłowego
Filters the GROUP BY clause of the query.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$groupby | string | The GROUP BY clause of the query. |
$query | \WP_Query | The WP_Query instance (passed by reference). |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'posts_groupby', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'posts_groupby', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii