Dental Focus

WordPress plugin for dental clinics — appointment forms, testimonials, team profiles, treatments, portfolio, and social media links. No coding needed.

3 database tables

Table NameDescriptionMethod
wp_dk_formsStores form definitions and related configuration.Static
wp_dk_social_mediaStores dk social media data created by this plugin.Static
wp_dk_submissionsStores form submissions and user-entered data.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:dk_db_versionOption key:dk_opening_hoursOption key:dk_settings
wp_postmeta
Post meta
wp_posts
Custom post type:df-bannerCustom post type:df-portfolioCustom post type:df-teamCustom post type:df-testimonialCustom post type:df-treatment
wp_terms
Custom taxonomy:df-banner-categoriesCustom taxonomy:df-category-testimonialCustom taxonomy:df-portfolio-categoriesCustom taxonomy:df-team-categoriesCustom taxonomy:df-treatment-categories