Filters the LIMIT clause of the query.
Description
For use by caching plugins.
Parameters
Source
$limits = apply_filters_ref_array( 'post_limits_request', array( $limits, &$this ) );
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
Filters the LIMIT clause of the query.
For use by caching plugins.
$limits = apply_filters_ref_array( 'post_limits_request', array( $limits, &$this ) );
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.