Advertisement
verygoodplugins

Untitled

Jun 4th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. function set_bbp_role( $user_id, $action ) {
  2.  
  3.     if( isset( $_GET['bbp_role'] ) ) {
  4.         bbp_set_user_role( $user_id, $_GET['bbp_role'] );
  5.     }
  6.  
  7. }
  8.  
  9. add_action( 'wpf_api_success', 'set_bbp_role', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement