posts_selection, $where . $groupby . $orderby . $limits . $join
posts_selection, $where . $groupby . $orderby . $limits . $join
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_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'] ) {