Fires at the top of MainWP tools form.
Usage Example
add_action( 'mainwp_tools_form_top', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }