Advertisement
wclovers

Untitled

Jan 27th, 2022
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. add_filter( 'wcfm_allow_order_customer_details', function( $allow ) {
  2.     if( wcfm_is_vendor() ) {
  3.         $allow = true;
  4.     }
  5.     return $allow;
  6. }, 999, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement