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