Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* add filer to delete share count on popular news */
- add_filter('jnews_total_share','delete_count');
- function delete_count($count){
- $count = '';
- return $count ;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement