Fires after new user creation.
Usage Example
add_action( 'mainwp_after_user_create', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }