fauzanjeg

Change The Expired Instagram Followers Count

Dec 21st, 2020 (edited)
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. // Change The Expired Social Counter
  2. add_filter('jnews_social_counter_widget_expired',function ($time){
  3.     $time=60*60; // 1 Hour
  4.     return $time;
  5. },999);
Add Comment
Please, Sign In to add comment