Fires before the WP Config section.
Usage Example
add_action( 'mainwp_before_wp_config_section', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }