tptn_views_over_time_widget_content
Filters the views over time widget content.
Type: filter
Since: 4.2.0
Source: includes/admin/class-dashboard-widgets.php line 425
Parameters
| Type | Name | Description |
|---|---|---|
string | $output | The widget content. |
Usage
add_filter( 'tptn_views_over_time_widget_content', function($output) {
// ...
return $output;
} );