posts_selection, $where . $groupby . $orderby . $limits . $join

posts_selection, $where . $groupby . $orderby . $limits . $join

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('posts_selection, $where . $groupby . $orderby . $limits . $join') is found 1 times:

  • /wp-includes/class-wp-query.php line 3040
    		 * @since 2.3.0
    		 *
    		 * @param string $selection The assembled selection query.
    		 */
    		do_action( 'posts_selection', $where . $groupby . $orderby . $limits . $join );
    
    		/*
    		 * Filters again for the benefit of caching plugins.
    		 * Regular plugins should use the hooks above.
    		 */
    		if ( ! $query_vars['suppress_filters'] ) {