Advertisement
wclovers

Untitled

Jan 3rd, 2022
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_filter( 'wcfm_is_allow_withdrawal_requets', function( $allow ) {
  2.     if( is_user_logged_in() && current_user_can( 'shop_manager' )) $allow = false;
  3.     return $allow;
  4. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement