fauzanjeg

makes the number of views unformatted

Feb 16th, 2021 (edited)
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. /* makes the number of views unformatted */
  2. function jnews_meta_views( $post_id = null, $range = null, $number_format = true ) {
  3.     $total = apply_filters( 'jnews_get_total_fake_view', 0, $post_id );
  4.  
  5.     return $total;
  6. }
Add Comment
Please, Sign In to add comment