过滤用于Recent Posts小部件的查询参数。
原型
apply_filters( 'dashboard_recent_posts_query_args', array $query_args )
参数
$query_args
(array)
传递给WP_Query以生成帖子列表的参数。
源文件
路径:wp-admin/includes/dashboard.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/dashboard_recent_posts_query_args/