Ecommerce Smart Survey

How To Sell More And Increase Conversions By Adding A Simple Survey To Any Offer

4 database tables

Table NameDescriptionMethod
wp_es_survey_answersStores es survey answers data created by this plugin.Static
wp_es_survey_questionsStores es survey questions data created by this plugin.Static
wp_es_survey_respond_answersStores es survey respond answers data created by this plugin.Static
wp_es_survey_respondsStores es survey responds data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:__es_survey_base_pathOption key:__es_survey_base_path_oldOption key:__es_survey_general_widgetOption key:__es_survey_home_widgetOption key:es_survey_db_versionOption key:es_survey_is_installed
wp_postmeta
Post meta
wp_posts
Custom post type:smart-survey