Fires before a new user is created.
Usage Example
add_action( 'mainwp_before_user_create', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }