Advertisement
phpface

Untitled

Jun 5th, 2020
1,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. function mars_update_post_view(){
  2.     return;
  3. }
  4.  
  5. function videotube_child_filter_post_views(){
  6.     return false;
  7. }
  8.  
  9. add_filter( 'mars_get_count_viewed', 'videotube_child_filter_post_views', 100, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement