wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_dashboard_on_this_day_query_args › WordPress Filter Hooks

Since7.1.0
Deprecatedn/a
apply_filters( 'wp_dashboard_on_this_day_query_args', $args )
Parameters:
  • () args WP_Query arguments.
    Required: Yes
Defined at:
Codex:

Filters the arguments used to query posts for the On This Day dashboard widget.





Source

$args = apply_filters( 'wp_dashboard_on_this_day_query_args', $args );