Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function test_function( $user_id ) {
- $result = bp_set_member_type( $user_id, 'rwi-member' );
- if ( false === $result ) {
- wp_die( 'ERROR - invalid type' );
- }
- }
- add_action( 'user_register', 'test_function' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement