WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about posts_selection

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-query.php do_action 2921 /**
* Fires to announce the query's current selection parameters.
*
* For use by caching plugins.
*
* @since 2.3.0
*
* @param string $selection The assembled selection query.
*/

Hook Parameters

Parameter Type Name Description
string $selection The assembled selection query.