wzpa_dashboard_widget_args
Filters the arguments used to render the Popular Authors dashboard widget.
Type: filter
Since: 1.4.0
Source: includes/admin/class-dashboard-widget.php line 69
Parameters
| Type | Name | Description |
|---|---|---|
array |
$args |
Arguments passed to the popular authors list. |
Usage
add_filter( 'wzpa_dashboard_widget_args', function($args) {
// ...
return $args;
} );