apply_filters( 'dashboard_recent_posts_query_args', array $query_args )
Filters the query arguments used for the Recent Posts widget.
Parameters
- $query_args
-
The arguments passed to WP_Query to produce the list of posts.
Source
Changelog
| Version | Description |
|---|---|
| 4.2.0 | Introduced. |