Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* makes the number of views unformatted */
- function jnews_meta_views( $post_id = null, $range = null, $number_format = true ) {
- $total = apply_filters( 'jnews_get_total_fake_view', 0, $post_id );
- return $total;
- }
Add Comment
Please, Sign In to add comment