option_name, [] ); // Increase the height of top menu dropdown for woo cart change #2006. if ( ! isset( $options['contact_comment_position'] ) ) { $options['contact_comment_position'] = 'below'; } // Update the options with our modifications. update_option( $this->option_name, $options ); } }