Recent

tptn_popular_authors_dashboard_widget_args filter Pro only

Filters the dashboard widget arguments.

Type: filter
Since: 4.4.0
Source: includes/popular-authors/class-popular-authors.php line 98

Parameters

TypeNameDescription
array$argsDashboard widget arguments.

Usage

add_filter( 'tptn_popular_authors_dashboard_widget_args', function($args) {
    // ...
    return $args;
} );