Filter: wpa_stats_data_point

apply_filters( 'wpa_stats_data_point', $return, $post, $type ) → {array}

Filter the data displayed about a given stats point.

Parameters:
Name Type Description
$return array

Array with an html key containing HTML and a count string with the number of issues to display.

$post WP_Post

WordPress post object.

$type string

Type of stat; 'event' or 'view'.

Source:
Returns:
Type
array