Recent

tptn_popular_authors_dashboard_widget_argsfilterPro only

Filters the dashboard widget arguments.

Type: filter
Since: 4.4.0
Source: includes/pro/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;
} );