apply_filters_ref_array( 'post_limits', string $limits, WP_Query $this )

Filters the LIMIT clause of the query.


Description


Parameters

$limits

(string) The LIMIT clause of the query.

$this

(WP_Query) The WP_Query instance (passed by reference).


Top ↑

Source

File: wp-includes/class-wp-query.php

View on Trac


Top ↑

Changelog

Version Description
2.1.0 Introduced.