Advertisement
arie_cristianD

disable share count API call

Feb 16th, 2025
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. add_action(
  2.     'init',
  3.     function () {
  4.         remove_action( 'wp_footer', array( JNews_Social_Background_Queue::getInstance(), 'process_queue' ) );
  5.     }
  6. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement