PluginProbe
WebberZone Top 10 — Popular Posts / 4.5.1
WebberZone Top 10 — Popular Posts v4.5.1
4.5.1 4.5.0 4.4.3 4.4.2 4.4.1 4.4.0 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 trunk 1.0 1.0.1 1.1 1.2 1.3 1.4 1.4.1 1.5 1.5.1 1.5.2 1.5.3 1.6 1.6.1 All 117 releases
← All changes | includes/class-counter.php +7 -0 4.4.34.5.1 View file →
@@ -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 /**