$theme_version, ); // Merge customizer options with version. $theme_options = wp_parse_args( $version_array, $customizer_options ); // Update auto saved version number. update_option( AST_THEME_SETTINGS, $theme_options ); do_action( 'astra_update_after' ); } } }// End if(). /** * Kicking this off by calling 'get_instance()' method */ Ast_Theme_Update::get_instance();