Fires to announce the query’s current selection parameters.
Description
For use by caching plugins.
Parameters
$selection
string- The assembled selection query.
Source
do_action( 'posts_selection', $where . $groupby . $orderby . $limits . $join );
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.