apply_filters( 'split_the_query', bool $split_the_query , WP_Query $this )
Filters whether to split the query.
Description Description
Splitting the query will cause it to fetch just the IDs of the found posts (and then individually fetch each post by ID), rather than fetching every complete row at once. One massive result vs. many small results.
Parameters Parameters
Source Source
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |