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