Fires before general settings save.
Usage Example
add_action( 'mainwp_before_save_general_settings', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }