dashboard_recent_drafts_query_args

最后更新于:2021-11-26 04:11:38

apply_filters( ‘dashboard_recent_drafts_query_args’, array $query_args )

Filters the post query arguments for the ‘Recent Drafts’ dashboard widget.

参数

$query_args

(array)
The query arguments for the ‘Recent Drafts’ dashboard widget.

源文件

文件: gc-admin/includes/dashboard.php

View on Trac