Fires on the bottom of the System Requirements page, in Quick Setup Wizard.
Usage Example
add_action( 'mainwp_after_system_requirements_check', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }