tptn_popular_authors_dashboard_widget_args
Filters the dashboard widget arguments.
Type: filter
Since: 4.4.0
Source: includes/popular-authors/class-popular-authors.php line 98
Parameters
| Type | Name | Description |
|---|---|---|
array | $args | Dashboard widget arguments. |
Usage
add_filter( 'tptn_popular_authors_dashboard_widget_args', function($args) {
// ...
return $args;
} );