filtrreferencjaod 2.3.0
posts_results
Opis — z kodu źródłowego
Filters the raw post results array, prior to status checks.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$posts | \WP_Post[] | Array of post objects. |
$query | \WP_Query | The WP_Query instance (passed by reference). |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'posts_results', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'posts_results', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii