Advertisement
wclovers

Untitled

Oct 19th, 2023 (edited)
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. add_filter('wcfm_is_allow_policy_product_settings', function($allow) {
  2.     if (wcfm_is_vendor()) {
  3.         $allow = false;
  4.     }
  5.     return $allow;
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement