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