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