wclovers

Untitled

Aug 1st, 2023
866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. add_filter('wcfm_order_notes_args', function($args) {
  2.     global $WCFMu;
  3.     remove_filter('wcfm_order_notes_args', [ $WCFMu->wcfmu_marketplace, 'wcfmmp_order_notes_args' ], 10);
  4.     return $args;
  5. }, 9);
Advertisement
Add Comment
Please, Sign In to add comment