defaults['version'], '<' ) ) { if ( version_compare( $current_db_version, '1.0.9', '<' ) ) { update_option( 'math_captcha_options', Math_Captcha()->options['general'] ); delete_option( 'mc_options' ); } // updates plugin version update_option( 'math_captcha_version', Math_Captcha()->defaults['version'] ); } } }