Advertisement
wclovers

Untitled

Jun 30th, 2023
1,153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. add_action('wcfmmp_store_follow_me', function() {
  2.     global $WCFMu;
  3.     // removes WCFM function completely
  4.     remove_action('wcfmmp_store_follow_me', [ $WCFMu->wcfmu_vendor_followers, 'wcfmmp_store_follow_me' ], 16);
  5.  
  6.     // Write you own logic here
  7.     // You can copy-paste the old function content here then edit as you need
  8.  
  9. }, 15);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement