Advertisement
wclovers

Untitled

Feb 14th, 2022
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. add_filter( 'wcfm_get_customers_args', function( $args ) {
  2.     if( wcfm_is_vendor() ) {
  3.         if( isset( $args['include'] ) ) unset( $args['include'] );
  4.     }
  5.     return $args;
  6. }, 21 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement