dashboard_recent_posts_query_args, $query_args
dashboard_recent_posts_query_args, $query_args
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('dashboard_recent_posts_query_args, $query_args') is found 1 times:
- /wp-admin/includes/dashboard.php line 1004
* @since 4.2.0 * * @param array $query_args The arguments passed to WP_Query to produce the list of posts. */ $query_args = apply_filters( 'dashboard_recent_posts_query_args', $query_args ); $posts = new WP_Query( $query_args ); if ( $posts->have_posts() ) { echo '<div id="' . $args['id'] . '" class="activity-block">';