optionsテーブル等の不要データ削除記録

WP-Optimize

table

DROP TABLE `wp_tm_taskmeta`;
DROP TABLE `wp_tm_tasks`;

options record

SELECT *  FROM `wp_options` WHERE `option_name` LIKE '%wp-optimize-%';
  • wp-optimize-installed-for
  • wp-optimize-schedule
  • wp-optimize-last-optimized
  • wp-optimize-schedule-type
  • wp-optimize-retention-enabled
  • wp-optimize-retention-period
  • wp-optimize-enable-admin-menu
  • wp-optimize-total-cleaned
  • wp-optimize-auto
  • wp-optimize-settings
  • wp-optimize-compression_server
  • wp-optimize-image_quality
  • wp-optimize-back_up_original
  • wp-optimize-back_up_delete_after
  • wp-optimize-back_up_delete_after_days
  • wp-optimize-is_gzip_compression_enabled
  • wp-optimize-corrupted-tables-count
  • wp-optimize-enable-auto-backup
  • wp-optimize-revisions-retention-enabled
  • wp-optimize-logging
  • wp-optimize-logging-additional
  • wp-optimize-enable-auto-backup-scheduled
  • wp-optimize-enable-db-force-optimize
  • wp-optimize-install-or-update-notice-version
  • wp-optimize-dismiss_dash_notice_until

UpdraftPlus

options record

SELECT * FROM `wp_options` WHERE `option_name` LIKE '%updraft%';
  • updraft_task_manager_plugins
  • updraft_task_manager_dbversion
  • updraft_lock_wpo_page_cache_preloader_creating_tasks
  • updraft_lock_wpo_minify_preloader_creating_tasks

Nelio Content

options record

  • nc_site_id
  • nc_api_secret
  • nc_site_limits
  • nc_has_social_profiles
  • nc_version
  • nc_reshare_last_day
  • nelio-content_settings

BackWPup

options record

SELECT *  FROM `wp_options` WHERE `option_name` LIKE '%backwp%';
  • backwp_opts
  • backwpup_cfg_hash
  • backwpup_jobs
  • backwpup_version
  • backwpup_cfg_showadminbar
  • backwpup_cfg_showfoldersize
  • backwpup_cfg_protectfolders
  • backwpup_cfg_jobmaxexecutiontime
  • backwpup_cfg_jobstepretry
  • backwpup_cfg_jobrunauthkey
  • backwpup_cfg_loglevel
  • backwpup_cfg_jobwaittimems
  • backwpup_cfg_jobdooutput
  • backwpup_cfg_windows
  • backwpup_cfg_maxlogs
  • backwpup_cfg_gzlogs
  • backwpup_cfg_logfolder
  • backwpup_cfg_httpauthuser
  • backwpup_cfg_httpauthpassword
  • backwpup_messages
  • backwpup_cfg_authentication

Rating-Widget: Star Review System

options record

SELECT * FROM `wp_options` WHERE `option_name` LIKE '%fs\_%';
  • fs_active_plugins
  • fs_debug_mode
  • fs_accounts
  • fs_api_cache
  • fs_gdpr
  • widget_ratingwidgetplugin_topratedwidget

接頭辞「fs_*」のレコードは、このプラグインが使っているFreemius WordPress SDKというライブラリーが生成するレコードのようである。プラグインの有料ライセンスを管理するため?のライブラリーのようだがよく分からない。様々なプラグインで使われているのは間違いないようだ。

Insert Headers And Footers

options record

  • insert-headers-and-footers_welcome_dismissed_key

WP to Twitter

postmeta record

SELECT *
FROM `wp_postmeta`
WHERE (
    `meta_key` = '_jd_tweet_this' OR
    `meta_key` = '_jd_wp_twitter' OR
    `meta_key` = '_wpt_tweet_id' OR
    `meta_key` = '_wpt_status_message' OR
    `meta_key` = '_wpt_failed'
);
  • _jd_tweet_this
  • _jd_wp_twitter
  • _wpt_tweet_id
  • _wpt_status_message
  • _wpt_failed

options record

  • jd_last_tweet


WooCommerce

options record

  • product_cat_children
  • default_product_cat
  • woocommerce_store_address
  • woocommerce_store_address_2
  • woocommerce_store_city
  • woocommerce_default_country
  • woocommerce_store_postcode
  • woocommerce_allowed_countries
  • woocommerce_all_except_countries
  • woocommerce_specific_allowed_countries
  • woocommerce_ship_to_countries
  • woocommerce_specific_ship_to_countries
  • woocommerce_default_customer_address
  • woocommerce_calc_taxes
  • woocommerce_enable_coupons
  • woocommerce_calc_discounts_sequentially
  • woocommerce_currency
  • woocommerce_currency_pos
  • woocommerce_price_thousand_sep
  • woocommerce_price_decimal_sep
  • woocommerce_price_num_decimals
  • woocommerce_shop_page_id
  • woocommerce_cart_redirect_after_add
  • woocommerce_enable_ajax_add_to_cart
  • woocommerce_placeholder_image
  • woocommerce_weight_unit
  • woocommerce_dimension_unit
  • woocommerce_enable_reviews
  • woocommerce_review_rating_verification_label
  • woocommerce_review_rating_verification_required
  • woocommerce_enable_review_rating
  • woocommerce_review_rating_required
  • woocommerce_manage_stock
  • woocommerce_hold_stock_minutes
  • woocommerce_notify_low_stock
  • woocommerce_notify_no_stock
  • woocommerce_stock_email_recipient
  • woocommerce_notify_low_stock_amount
  • woocommerce_notify_no_stock_amount
  • woocommerce_hide_out_of_stock_items
  • woocommerce_stock_format
  • woocommerce_file_download_method
  • woocommerce_downloads_require_login
  • woocommerce_downloads_grant_access_after_payment
  • woocommerce_downloads_add_hash_to_filename
  • woocommerce_prices_include_tax
  • woocommerce_tax_based_on
  • woocommerce_shipping_tax_class
  • woocommerce_tax_round_at_subtotal
  • woocommerce_tax_classes
  • woocommerce_tax_display_shop
  • woocommerce_tax_display_cart
  • woocommerce_price_display_suffix
  • woocommerce_tax_total_display
  • woocommerce_enable_shipping_calc
  • woocommerce_shipping_cost_requires_address
  • woocommerce_ship_to_destination
  • woocommerce_shipping_debug_mode
  • woocommerce_enable_guest_checkout
  • woocommerce_enable_checkout_login_reminder
  • woocommerce_enable_signup_and_login_from_checkout
  • woocommerce_enable_myaccount_registration
  • woocommerce_registration_generate_username
  • woocommerce_registration_generate_password
  • woocommerce_erasure_request_removes_order_data
  • woocommerce_erasure_request_removes_download_data
  • woocommerce_allow_bulk_remove_personal_data
  • woocommerce_registration_privacy_policy_text
  • woocommerce_checkout_privacy_policy_text
  • woocommerce_delete_inactive_accounts
  • woocommerce_trash_pending_orders
  • woocommerce_trash_failed_orders
  • woocommerce_trash_cancelled_orders
  • woocommerce_anonymize_completed_orders
  • woocommerce_email_from_name
  • woocommerce_email_from_address
  • woocommerce_email_header_image
  • woocommerce_email_footer_text
  • woocommerce_email_base_color
  • woocommerce_email_background_color
  • woocommerce_email_body_background_color
  • woocommerce_email_text_color
  • woocommerce_cart_page_id
  • woocommerce_checkout_page_id
  • woocommerce_myaccount_page_id
  • woocommerce_terms_page_id
  • woocommerce_checkout_pay_endpoint
  • woocommerce_checkout_order_received_endpoint
  • woocommerce_myaccount_add_payment_method_endpoint
  • woocommerce_myaccount_delete_payment_method_endpoint
  • woocommerce_myaccount_set_default_payment_method_endpoint
  • woocommerce_myaccount_orders_endpoint
  • woocommerce_myaccount_view_order_endpoint
  • woocommerce_myaccount_downloads_endpoint
  • woocommerce_myaccount_edit_account_endpoint
  • woocommerce_myaccount_edit_address_endpoint
  • woocommerce_myaccount_payment_methods_endpoint
  • woocommerce_myaccount_lost_password_endpoint
  • woocommerce_logout_endpoint
  • woocommerce_api_enabled
  • woocommerce_allow_tracking
  • woocommerce_show_marketplace_suggestions
  • woocommerce_single_image_width
  • woocommerce_thumbnail_image_width
  • woocommerce_checkout_highlight_required_fields
  • woocommerce_demo_store
  • woocommerce_permalinks
  • current_theme_supports_woocommerce
  • woocommerce_queue_flush_rewrite_rules
  • woocommerce_admin_notices
  • woocommerce_version
  • woocommerce_db_version
  • woocommerce_maxmind_geolocation_settings
  • _transient_woocommerce_webhook_ids_status_active
  • widget_woocommerce_widget_cart
  • widget_woocommerce_layered_nav_filters
  • widget_woocommerce_layered_nav
  • widget_woocommerce_price_filter
  • widget_woocommerce_product_categories
  • widget_woocommerce_product_search
  • widget_woocommerce_product_tag_cloud
  • widget_woocommerce_products
  • widget_woocommerce_recently_viewed_products
  • widget_woocommerce_top_rated_products
  • widget_woocommerce_recent_reviews
  • widget_woocommerce_rating_filter
  • woocommerce_onboarding_opt_in
  • woocommerce_admin_version
  • woocommerce_admin_install_timestamp
  • woocommerce_admin_last_orders_milestone
  • woocommerce_onboarding_profile
  • woocommerce_meta_box_errors
  • woocommerce_setup_ab_wc_admin_onboarding
  • woocommerce_product_type
  • woocommerce_sell_in_person
  • woocommerce_stripe_settings
  • woocommerce_square_settings
  • woocommerce_ppec_paypal_settings
  • woocommerce_cheque_settings
  • woocommerce_bacs_settings
  • woocommerce_catalog_rows
  • woocommerce_catalog_columns
  • woocommerce_maybe_regenerate_images_hash
  • wc_facebook_for_woocommerce_lifecycle_events
  • wc_facebook_for_woocommerce_version
  • woocommerce_flat_rate_1_settings
  • _transient_woocommerce_reports-transient-version
  • woocommerce_postofficebank_settings
  • woocommerce_atstore_settings
  • woocommerce_cod2_settings
  • woocommerce_ppec_settings
  • woocommerce_paypal_settings
  • woocommerce_bankjp_accounts
  • woocommerce_flat_rate_4_settings
  • woocommerce_flat_rate_7_settings
  • woocommerce_new_order_settings
  • woocommerce_cancelled_order_settings
  • woocommerce_failed_order_settings
  • woocommerce_customer_on_hold_order_settings
  • woocommerce_customer_processing_order_settings
  • woocommerce_customer_completed_order_settings
  • woocommerce_customer_refunded_order_settings
  • woocommerce_customer_invoice_settings
  • woocommerce_customer_note_settings
  • woocommerce_customer_reset_password_settings
  • woocommerce_customer_new_account_settings

table

  • wp_woocommerce_api_keys
  • wp_woocommerce_attribute_taxonomies
  • wp_woocommerce_downloadable_product_permissions
  • wp_woocommerce_log
  • wp_woocommerce_order_itemmeta
  • wp_woocommerce_order_items
  • wp_woocommerce_payment_tokenmeta
  • wp_woocommerce_payment_tokens
  • wp_woocommerce_sessions
  • wp_woocommerce_shipping_zones
  • wp_woocommerce_shipping_zone_locations
  • wp_woocommerce_shipping_zone_methods
  • wp_woocommerce_tax_rates
  • wp_woocommerce_tax_rate_locations
  • wp_wc_admin_notes
  • wp_wc_admin_note_actions
  • wp_wc_category_lookup
  • wp_wc_customer_lookup
  • wp_wc_download_log
  • wp_wc_order_coupon_lookup
  • wp_wc_order_product_lookup
  • wp_wc_order_stats
  • wp_wc_order_tax_lookup
  • wp_wc_product_meta_lookup
  • wp_wc_tax_rate_classes
  • wp_wc_webhooks

Japanized For WooCommerce

options record

  • wc4jp_time_zone_details
  • wc4jp-honorific-suffix
  • wc4jp-free-shipping
  • wc4jp-zip2address
  • wc4jp-yahoo-app-id
  • wc4jp-no-ja
  • wc4jp-cod2
  • wc4jp-ppec
  • wc4jp-delivery-date
  • wc4jp-start-date
  • wc4jp-reception-period
  • wc4jp-unspecified-date
  • wc4jp-delivery-deadline
  • wc4jp-no-mon
  • wc4jp-no-tue
  • wc4jp-no-wed
  • wc4jp-no-thu
  • wc4jp-no-fri
  • wc4jp-no-sat
  • wc4jp-no-sun
  • wc4jp-holiday-start-date
  • wc4jp-holiday-end-date
  • wc4jp-delivery-time-zone
  • wc4jp-unspecified-time
  • wc4jp-date-format
  • wc4jp-law-shop-name
  • wc4jp-law-company-name
  • wc4jp-law-owner-name
  • wc4jp-law-location
  • wc4jp-law-contact
  • wc4jp-law-price
  • wc4jp-law-payment
  • wc4jp-law-purchase
  • wc4jp-law-delivery
  • wc4jp-law-cost
  • wc4jp-law-return
  • wc4jp-law-special

WP Upload Restriction

options record

  • wpur_*
  • wpur_selected_mimes_blfpst_mail_manager
  • wpur_max_upload_blfpst_mail_manager
  • wpur_max_upload_unit_blfpst_mail_manager
  • wpur_max_upload_restrictblfpst_mail_manager

Mailchimp for WooCommerce

table

  • wp_mailchimp_carts
  • wp_mailchimp_jobs

VK All in One Expansion Unit

options record

  • widget_vkexunit_fbpageplugin
  • widget_vkexunit_contact
  • widget_vkexunit_contact_section
  • widget_vkexunit_cta
  • widget_vkexunit_post_list
  • widget_vkexunit_childpagelist
  • widget_wp_widget_vkexunit_profile
  • widget_wp_widget_vkexunit_3pr_area
  • widget_wp_widget_vkexunit_pr_blocks
  • widget_vkexunit_button
  • widget_vkexunit_banner
  • widget_vk_twitter_widget
  • widget_wp_widget_vk_archive_list
  • widget_wp_widget_vk_taxonomy_list

WP Downgrade

options record

  • wpdg_download_url
  • wpdg_edit_download_url
  • wpdg_specific_version_name

Count Per Day

table

  • wp_cpd_counter

options record

  • count_per_day
  • widget_countperday_widget
  • widget_countperday_popular_posts_widget
  • count_per_day_online
  • count_per_day_search
  • count_per_day_summary

All-in-One WP Migration

options record

  • ai1wm_updater
  • ai1wm_secret_key
  • ai1wm_status
  • ai1wm_backups_labels
  • _site_transient_ai1wm_last_check_for_updates

WP Migrate Lite Compatibility

options record

  • wpmdb_settings
  • wpmdb_saved_profiles
  • wpmdb_recent_migrations
  • wpmdb_remote_migration_state
  • wpmdb_schema_version
  • wpmdb_usage
  • _site_transient_wpmdb_disabled_legacy_addons

Custom Post Type UI

options record

  • cptui_new_install
  • cptui_post_types

Really Simple SSL

options record

  • rlrsssl_options
  • rsssl_activation_timestamp

WP Social Bookmarking Light

options record

  • wp_social_bookmarking_light_options

Breadcrumb NavXT

options record

  • widget_bcn_widget
  • bcn_version
  • bcn_options
  • bcn_options_bk

WordPress File Upload

options record

  • widget_wordpress_file_upload_widget
  • wordpress_file_upload_last_idlog
  • wordpress_file_upload_table_dbxqueue_version
  • wordpress_file_upload_table_log_version
  • wordpress_file_upload_table_userdata_version

WordPress Flash Uploader

options record

  • WFUAdminOptions

WP File Manager

options record

  • filemanager_email_verified_*
  • filemanager_email_address_*
  • verify_filemanager_fname_*
  • verify_filemanager_lname_*
  • filemanager_cancel_lk_popup_*

YARPP – Yet Another Related Posts Plugin

プラグイン削除と同時にoptionsテーブルのデータも削除されたが一応記録。

options record

  • widget_yarpp_widget
  • yarpp_pro
  • yarpp
  • yarpp_fulltext_disabled
  • yarpp_version
  • yarpp_activate_timestamp
  • yarpp_version_info_timeout

All In One SEO Pack

options record

  • aioseop_options
  • aioseop_notices
  • aioseop_detected_conflicting_plugins
  • _transient_timeout_aioseop_feed

LightStart – Maintenance Mode, Coming Soon and Landing Page Builder(WP Maintenance Mode)

プラグイン削除と同時にwp_wpmm_subscribersとoptionsテーブルのデータも削除されたが一応記録。

table

wp_wpmm_subscribers

options record

  • wpmm_settings
  • wpmm_version
  • wpmm_activated

Bluff Post

table

  • wp_blfpst_exclude_recipients
  • wp_blfpst_logs
  • wp_blfpst_mail_froms
  • wp_blfpst_mail_from_meta
  • wp_blfpst_recipients
  • wp_blfpst_recipient_meta
  • wp_blfpst_send_mails
  • wp_blfpst_send_mail_meta
  • wp_blfpst_target_conditionals
  • wp_blfpst_targets
  • wp_blfpst_target_meta
  • wp_blfpst_mail_templates
  • wp_blfpst_mail_template_meta

options record

  • _blfpst_db_version
  • blfpst_options
  • _blfpst_db_lock
  • _blfpst_plugin_version

Blog Floating Button

table

  • wp_bfb_access_log
  • wp_bfb_click_log
  • wp_bfb_optimizemeta

options record

  • bfb_access_db_version
  • bfb_click_db_version
  • bfb_optimize_db_version
  • bfb_textBtn_topText_pc
  • bfb_textBtn_topTextColorPicker_pc
  • bfb_textBtn_discText_pc
  • bfb_textBtn_discTextColorPicker_pc
  • bfb_textBtn_btnType_pc
  • bfb_textBtn_btnText_pc
  • bfb_textBtn_btnTextColorPicker_pc
  • bfb_textBtn_btnColor_pc
  • bfb_textBtn_btnColorPicker_pc
  • bfb_textBtn_btnColorLighten_pc
  • bfb_textBtn_linkUrl_pc
  • bfb_textBtn_linkTarget_pc
  • bfb_textBtn_linkRel_pc
  • bfb_textBtn_btnText2_pc
  • bfb_textBtn_btnTextColorPicker2_pc
  • bfb_textBtn_btnColor2_pc
  • bfb_textBtn_btnColorPicker2_pc
  • bfb_textBtn_btnColorLighten2_pc
  • bfb_textBtn_linkUrl2_pc
  • bfb_textBtn_linkTarget2_pc
  • bfb_textBtn_linkRel2_pc
  • bfb_textBtn_bfbBgColor_pc
  • bfb_textBtn_bfbBgColorPicker_pc
  • bfb_textBtn_bfbPos_pc
  • bfb_textBtn_bannerUrl_pc
  • bfb_textBtn_trackingMemo_pc
  • bfb_textBtn_trackingMemo2_pc
  • bfb_textTextBtn_topText_pc
  • bfb_textTextBtn_topTextColorPicker_pc
  • bfb_textTextBtn_discText_pc
  • bfb_textTextBtn_discTextColorPicker_pc
  • bfb_textTextBtn_btnType_pc
  • bfb_textTextBtn_btnText_pc
  • bfb_textTextBtn_btnTextColorPicker_pc
  • bfb_textTextBtn_btnColor_pc
  • bfb_textTextBtn_btnColorPicker_pc
  • bfb_textTextBtn_btnColorLighten_pc
  • bfb_textTextBtn_linkUrl_pc
  • bfb_textTextBtn_linkTarget_pc
  • bfb_textTextBtn_linkRel_pc
  • bfb_textTextBtn_btnText2_pc
  • bfb_textTextBtn_btnTextColorPicker2_pc
  • bfb_textTextBtn_btnColor2_pc
  • bfb_textTextBtn_btnColorPicker2_pc
  • bfb_textTextBtn_btnColorLighten2_pc
  • bfb_textTextBtn_linkUrl2_pc
  • bfb_textTextBtn_linkTarget2_pc
  • bfb_textTextBtn_linkRel2_pc
  • bfb_textTextBtn_bfbBgColor_pc
  • bfb_textTextBtn_bfbBgColorPicker_pc
  • bfb_textTextBtn_bfbPos_pc
  • bfb_textTextBtn_bannerUrl_pc
  • bfb_textTextBtn_trackingMemo_pc
  • bfb_textTextBtn_trackingMemo2_pc
  • bfb_textBtnTextBtn_topText_pc
  • bfb_textBtnTextBtn_topTextColorPicker_pc
  • bfb_textBtnTextBtn_discText_pc
  • bfb_textBtnTextBtn_discTextColorPicker_pc
  • bfb_textBtnTextBtn_btnType_pc
  • bfb_textBtnTextBtn_btnText_pc
  • bfb_textBtnTextBtn_btnTextColorPicker_pc
  • bfb_textBtnTextBtn_btnColor_pc
  • bfb_textBtnTextBtn_btnColorPicker_pc
  • bfb_textBtnTextBtn_btnColorLighten_pc
  • bfb_textBtnTextBtn_linkUrl_pc
  • bfb_textBtnTextBtn_linkTarget_pc
  • bfb_textBtnTextBtn_linkRel_pc
  • bfb_textBtnTextBtn_btnText2_pc
  • bfb_textBtnTextBtn_btnTextColorPicker2_pc
  • bfb_textBtnTextBtn_btnColor2_pc
  • bfb_textBtnTextBtn_btnColorPicker2_pc
  • bfb_textBtnTextBtn_btnColorLighten2_pc
  • bfb_textBtnTextBtn_linkUrl2_pc
  • bfb_textBtnTextBtn_linkTarget2_pc
  • bfb_textBtnTextBtn_linkRel2_pc
  • bfb_textBtnTextBtn_bfbBgColor_pc
  • bfb_textBtnTextBtn_bfbBgColorPicker_pc
  • bfb_textBtnTextBtn_bfbPos_pc
  • bfb_textBtnTextBtn_bannerUrl_pc
  • bfb_textBtnTextBtn_trackingMemo_pc
  • bfb_textBtnTextBtn_trackingMemo2_pc
  • bfb_imgBanner_topText_pc
  • bfb_imgBanner_topTextColorPicker_pc
  • bfb_imgBanner_discText_pc
  • bfb_imgBanner_discTextColorPicker_pc
  • bfb_imgBanner_btnType_pc
  • bfb_imgBanner_btnText_pc
  • bfb_imgBanner_btnTextColorPicker_pc
  • bfb_imgBanner_btnColor_pc
  • bfb_imgBanner_btnColorPicker_pc
  • bfb_imgBanner_btnColorLighten_pc
  • bfb_imgBanner_linkUrl_pc
  • bfb_imgBanner_linkTarget_pc
  • bfb_imgBanner_linkRel_pc
  • bfb_imgBanner_btnText2_pc
  • bfb_imgBanner_btnTextColorPicker2_pc
  • bfb_imgBanner_btnColor2_pc
  • bfb_imgBanner_btnColorPicker2_pc
  • bfb_imgBanner_btnColorLighten2_pc
  • bfb_imgBanner_linkUrl2_pc
  • bfb_imgBanner_linkTarget2_pc
  • bfb_imgBanner_linkRel2_pc
  • bfb_imgBanner_bfbBgColor_pc
  • bfb_imgBanner_bfbBgColorPicker_pc
  • bfb_imgBanner_bfbPos_pc
  • bfb_imgBanner_bannerUrl_pc
  • bfb_imgBanner_trackingMemo_pc
  • bfb_imgBanner_trackingMemo2_pc
  • bfb_textBtn_topText_sp
  • bfb_textBtn_topTextColorPicker_sp
  • bfb_textBtn_discText_sp
  • bfb_textBtn_discTextColorPicker_sp
  • bfb_textBtn_btnType_sp
  • bfb_textBtn_btnText_sp
  • bfb_textBtn_btnTextColorPicker_sp
  • bfb_textBtn_btnColor_sp
  • bfb_textBtn_btnColorPicker_sp
  • bfb_textBtn_btnColorLighten_sp
  • bfb_textBtn_linkUrl_sp
  • bfb_textBtn_linkTarget_sp
  • bfb_textBtn_linkRel_sp
  • bfb_textBtn_btnText2_sp
  • bfb_textBtn_btnTextColorPicker2_sp
  • bfb_textBtn_btnColor2_sp
  • bfb_textBtn_btnColorPicker2_sp
  • bfb_textBtn_btnColorLighten2_sp
  • bfb_textBtn_linkUrl2_sp
  • bfb_textBtn_linkTarget2_sp
  • bfb_textBtn_linkRel2_sp
  • bfb_textBtn_bfbBgColor_sp
  • bfb_textBtn_bfbBgColorPicker_sp
  • bfb_textBtn_bfbPos_sp
  • bfb_textBtn_bannerUrl_sp
  • bfb_textBtn_trackingMemo_sp
  • bfb_textBtn_trackingMemo2_sp
  • bfb_textTextBtn_topText_sp
  • bfb_textTextBtn_topTextColorPicker_sp
  • bfb_textTextBtn_discText_sp
  • bfb_textTextBtn_discTextColorPicker_sp
  • bfb_textTextBtn_btnType_sp
  • bfb_textTextBtn_btnText_sp
  • bfb_textTextBtn_btnTextColorPicker_sp
  • bfb_textTextBtn_btnColor_sp
  • bfb_textTextBtn_btnColorPicker_sp
  • bfb_textTextBtn_btnColorLighten_sp
  • bfb_textTextBtn_linkUrl_sp
  • bfb_textTextBtn_linkTarget_sp
  • bfb_textTextBtn_linkRel_sp
  • bfb_textTextBtn_btnText2_sp
  • bfb_textTextBtn_btnTextColorPicker2_sp
  • bfb_textTextBtn_btnColor2_sp
  • bfb_textTextBtn_btnColorPicker2_sp
  • bfb_textTextBtn_btnColorLighten2_sp
  • bfb_textTextBtn_linkUrl2_sp
  • bfb_textTextBtn_linkTarget2_sp
  • bfb_textTextBtn_linkRel2_sp
  • bfb_textTextBtn_bfbBgColor_sp
  • bfb_textTextBtn_bfbBgColorPicker_sp
  • bfb_textTextBtn_bfbPos_sp
  • bfb_textTextBtn_bannerUrl_sp
  • bfb_textTextBtn_trackingMemo_sp
  • bfb_textTextBtn_trackingMemo2_sp
  • bfb_textBtnTextBtn_topText_sp
  • bfb_textBtnTextBtn_topTextColorPicker_sp
  • bfb_textBtnTextBtn_discText_sp
  • bfb_textBtnTextBtn_discTextColorPicker_sp
  • bfb_textBtnTextBtn_btnType_sp
  • bfb_textBtnTextBtn_btnText_sp
  • bfb_textBtnTextBtn_btnTextColorPicker_sp
  • bfb_textBtnTextBtn_btnColor_sp
  • bfb_textBtnTextBtn_btnColorPicker_sp
  • bfb_textBtnTextBtn_btnColorLighten_sp
  • bfb_textBtnTextBtn_linkUrl_sp
  • bfb_textBtnTextBtn_linkTarget_sp
  • bfb_textBtnTextBtn_linkRel_sp
  • bfb_textBtnTextBtn_btnText2_sp
  • bfb_textBtnTextBtn_btnTextColorPicker2_sp
  • bfb_textBtnTextBtn_btnColor2_sp
  • bfb_textBtnTextBtn_btnColorPicker2_sp
  • bfb_textBtnTextBtn_btnColorLighten2_sp
  • bfb_textBtnTextBtn_linkUrl2_sp
  • bfb_textBtnTextBtn_linkTarget2_sp
  • bfb_textBtnTextBtn_linkRel2_sp
  • bfb_textBtnTextBtn_bfbBgColor_sp
  • bfb_textBtnTextBtn_bfbBgColorPicker_sp
  • bfb_textBtnTextBtn_bfbPos_sp
  • bfb_textBtnTextBtn_bannerUrl_sp
  • bfb_textBtnTextBtn_trackingMemo_sp
  • bfb_textBtnTextBtn_trackingMemo2_sp
  • bfb_imgBanner_topText_sp
  • bfb_imgBanner_topTextColorPicker_sp
  • bfb_imgBanner_discText_sp
  • bfb_imgBanner_discTextColorPicker_sp
  • bfb_imgBanner_btnType_sp
  • bfb_imgBanner_btnText_sp
  • bfb_imgBanner_btnTextColorPicker_sp
  • bfb_imgBanner_btnColor_sp
  • bfb_imgBanner_btnColorPicker_sp
  • bfb_imgBanner_btnColorLighten_sp
  • bfb_imgBanner_linkUrl_sp
  • bfb_imgBanner_linkTarget_sp
  • bfb_imgBanner_linkRel_sp
  • bfb_imgBanner_btnText2_sp
  • bfb_imgBanner_btnTextColorPicker2_sp
  • bfb_imgBanner_btnColor2_sp
  • bfb_imgBanner_btnColorPicker2_sp
  • bfb_imgBanner_btnColorLighten2_sp
  • bfb_imgBanner_linkUrl2_sp
  • bfb_imgBanner_linkTarget2_sp
  • bfb_imgBanner_linkRel2_sp
  • bfb_imgBanner_bfbBgColor_sp
  • bfb_imgBanner_bfbBgColorPicker_sp
  • bfb_imgBanner_bfbPos_sp
  • bfb_imgBanner_bannerUrl_sp
  • bfb_imgBanner_trackingMemo_sp
  • bfb_imgBanner_trackingMemo2_sp
  • bfb_exclude_toppage
  • bfb_exclude_post_ids
  • bfb_license_key
  • bfb_license_key_optimize
  • bfb_mode
  • bfb_autohide
  • bfb_cookie_hide_span
  • bfb_clickAnalyze
  • bfb_clickAnalyze_exclude_admin
  • bfb_hidden_pages
  • bfb_designType_pc
  • bfb_designType_sp

Google Analytics for WordPress by MonsterInsights

options record

  • monsterinsights_settings
  • monsterinsights_current_version
  • monsterinsights_db_version
  • monsterinsights_notifications_run
  • monsterinsights_over_time
  • monsterinsights_review
  • monsterinsights_sitenotes_installed
  • monsterinsights_usage_tracking_config
  • widget_monsterinsights-popular-posts-widget
  • monsterinsights_feedback_tracked_features

コメント

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です