| @@ -236,8 +236,15 @@ | ||
| 236 | 236 | } |
| 237 | 237 | } |
| 238 | 238 | } |
| 239 | 239 | |
| 240 | + /** | |
| 241 | + * Filters the formatted view count displayed for a post. | |
| 242 | + * | |
| 243 | + * @since 2.2.0 | |
| 244 | + * | |
| 245 | + * @param string $count_display The formatted count text. | |
| 246 | + */ | |
| 240 | 247 | return apply_filters( 'tptn_post_count', ( $is_zero_total_count && ! $is_singular ) ? $count_disp_form_zero : $count_disp_form ); |
| 241 | 248 | } |
| 242 | 249 | |
| 243 | 250 | /** |