$enable_switch_in_menu, ); // If enabled, ensure at least one group item exists if ($enable_switch_in_menu) { $new_show_in_menu['select_menus'] = array( array( 'switch_in_menu_location' => $switch_in_menu_location, 'darkify_menu_shortcode_helper' => $darkify_menu_shortcode_helper, ) ); } // Replace old structure $options['show_in_menu'] = $new_show_in_menu; // Save updated options update_option('darkify', $options); } /** * Update old to new data on load */ $options = get_option('darkify'); if ($options) { darkify_convert_old_to_new_data_1_4_6($options); }