Fires before saving advanced settings.
Usage Example
add_action( 'mainwp_before_save_advanced_settings', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }