DCT for WP

Dynamic Child Theme for WordPress

Get started

Quickstart

Start new website development

  1. Install DCT by uploading zip file through WordPress admin panel Appearance > Themes > Add theme > Upload theme or uploading dct-child-theme folder to WordPress /wp-content/themes/ directory with FTP.
  2. Activate DCT for WP in Appearance > Themes (check default template twentytwentyfive is installed).
  3. Edit child theme info in Child theme > Settings > Edit child theme info. Update child theme name, version, author info, screenshot and select parent theme to use from installed templates selector.
  4. Enable debug mode to start development in Child Theme > Debugger > Debugger settings. Allowed logged users can toggle the debugger panel through the top bar button in the admin panel and frontend.
  5. Enable maintenance mode during development in Child Theme > Debugger > Maintenance mode. The site will be disabled for all users except allowed logged users with a customized page and message.
  6. In Child Theme > Designer > SCSS Compiler disable minify during development for easy debugging and enable autocompile to update custom files with an external editor and upload them via FTP (will check custom files and compile if required).
  7. Set your global variables in Child theme > Designer > Global variables. Add colors with shade versions, fonts with optional import, numbers and sizes. These global variables will be available in child theme custom files code and customizer panels.
  8. Select all assets to enqueue you need on the frontend and/or admin panel in Child theme > Developer > Assets enqueue. Use the selector for external CDN (like gsap or three.js), add a custom url or upload assets to directory /dct-child-theme/custom/assets/ to use them as local assets.
  9. Register all custom post types you need (posts and pages) in Child theme > Developer > Post Types. Edit options, labels and admin panel sidebar menu.
  10. Register all taxonomies you need (categories and tags) in Child theme > Developer > Taxonomies. Associate them with your registered CPT or default post types, edit options and labels.
  11. Register all custom fields metabox you need in Child Theme > Developer > Custom fields. Associate metabox to any registered post type and edit custom fields list and options.
  12. Enable and customize a page preloader for frontend pages in Child Theme > Customizer > Page preloader. Select an animated svg or image from media library.
  13. Customize admin panel sidebar colors and logo, top bar colors and links and admin panel footer credits in Child theme > Customizer > Admin panel
  14. Customize the login page for all users: background, form styles, footer links and add custom JS in Child theme > Customizer > Login page.
  15. Create your contents. Use the debugger panel and functions to debug your PHP and JS code. Edit any child theme custom file with integrated code editor or with external editor and upload them with FTP to /dct-child-theme/custom/ extension subfolder. SCSS autocompile will check for partials files updates and compile all if required.
  16. Use custom files code (SCSS / JS / PHP) to add functionality and styles to child theme:
/custom/php/dct-functions.php
Child theme custom PHP functions.
Used as functions.php to add custom PHP code to child theme.
Type: PHP
Size: 10 KB
Modified: 2026/09/08 09:06:43
Edit file with code editor
/custom/js/custom.js
Child theme custom JS.
Used to add custom JS code to child theme frontend.
Type: JS
Size: 17 KB
Modified: 2026/09/08 08:03:45
Edit file with code editor
/custom/scss/_custom.scss
Partial SCSS for custom frontend styles.
Used to add custom CSS to child theme frontend styles.
Type: SCSS
Size: 10 KB
Modified: 2026/09/08 09:06:50
Edit file with code editor

Deploy website to production

  1. Disable debug mode in Child theme > Debugger > Debugger settings. The debugger panel and related functions will be disabled.
  2. Disable maintenace mode in Child theme > Debugger > Maintenance mode. Site will be enabled again for all users.
  3. Edit child theme info in Child theme > Settings > Edit child theme info to update child theme version, for cache purposes on assets enqueue.
  4. In Child theme > Designer > SCSS Compiler enable minify and disable autocompile. On save all SCSS files will be recompiled and minified.
  5. It is recommended to update permalinks in Settings > Permalinks and check that Discourage search engines from indexing this site is disabled in Settings > Reading.

Update and debug live websites

  1. To debug a live site, enable debug mode in Child theme > Debugger > Debugger settings to enable the debugger panel and related functions on frontend check theme status, current query and PHP/JS logs.
  2. Enabling maintenance mode in Child theme > Debugger > Maintenance mode is optional, recommended if it is going to take too long to fix or update the website.
  3. Update your custom files code with the integrated code editor or with an external editor and upload them via FTP to the corresponding folder. Use SCSS Compiler to update all styles or enable autocompile.
  4. Once all errors are fixed and contents updated, disable debug mode in Child Theme > Debugger > Debugger settings. Also, disable maintenance mode if needed in Child theme > Debugger > Maintenance mode.
  5. Edit child theme info in Child theme > Settings > Edit child theme info to update child theme version, for cache purposes on assets enqueue.
  6. In Child theme > Designer > SCSS Compiler enable minify and disable autocompile. On saving, all SCSS files will be recompiled and minified to styles.css file.

Documentation modules

This documentation is separated into eight different modules, corresponding to child theme overview, settings, debugger, designer, developer, customizer, code editor and help center.

The contents of all the documentation panels and debugger panel are real, used by this website.

All screenshots and demo panels are from this same site, and show real data used to debug, design, develop and code all the dctforwp.com site.

Also, debug mode is enabled and the debugger panel is available for all users at any time, not only administrators, through top right button.

By default, all custom file buttons allow editing via the code editor in admin panel. For this documentation, they will open on the documentation code editor page, with the current content used for this website.

General features

Child theme to use with any installed template.

Basic mode and advanced mode with a code editor for every panel.

Contextual help for panels and options with links to Codex.

Help summary, code snippets and developer options.

Settings module

Child theme dashboard with quick options and current status.

Edit child theme info, version, parent theme, author and screenshot.

Child theme status and tools for theme mods and custom files.

Debugger module

Quick toggle to enable or disable debug mode.

Debugger panel on frontend and admin panel for administrators.

PHP and JS log with custom debug functions.

Maintenance mode with customizable page for users.

Advanced debug mode for developers.

Designer module

SCSS Compiler with minify and autocompile options.

Global variables for colors, fonts and sizes.

Color shades generator and font import options.

Advanced mode to edit related SCSS code.

Developer module

Enqueue local/external assets to the frontend and admin panel.

Register custom post types (posts/pages), options and labels.

Register taxonomies (categories/tags), options and labels.

Register custom fields meta box, fields and options.

Advanced mode to edit related PHP code.

Customizer module

Add a custom preloader on frontend pages.

Customize admin panel colors, logo and text.

Add a custom widget to the admin panel dashboard.

Customize login page styles and add JS code.

Advanced mode to edit related SCSS/JS code.

Code editor module

Integrated code editor to update custom files:
SCSS / CSS / JS / PHP / HTML / JSON

Includes autocomplete, dark/light mode and search options.

Custom files buttons and list to edit directly with code editor.

Code editor integrated in advanced mode panels.

Help center module

Contextual help for panels and options with links to Codex.

Help summary with all child theme panels and options.

Code snippets examples list to use with the code editor.

Developer utilities for advanced customizations.

Status: Child theme

Summary

  • NameDCT for WP
  • Version1.2.0
  • DescriptionDynamic Child Theme for WP Public release
  • ThemeURIhttps://www.dctforwp.com
  • AuthorEstudi FGH.net
  • AuthorURIhttps://www.estudifgh.net
  • TemplateDivi
  • TextDomaindct
  • DomainPath
  • Statuspublish
  • Stylesheetdct-child-theme
  • StylesheetURIhttps://www.dctforwp.com/wp-content/themes/dct-child-theme

Theme object $dct

13
{
    "debug": {
        "enabled": true,
        "advanced": false,
        "maintenance": false
    },
    "scss_compiler": {
        "minify": false,
        "autocompile": true
    },
    "colors": {
        "primary": "#3fa6a5",
        "primary-dark": "#2a6e6d",
        "primary-darker": "#153736",
        "primary-light": "#6bc6c5",
        "primary-lighter": "#a2dbda",
        "primary-comp": "#a63f40",
        "label-debug": "#cddfcf",
        "label-debug-dark": "#a6c6aa",
        "label-debug-darker": "#7fad84",
        "label-debug-light": "#f4f8f4",
        "label-debug-lighter": "#ffffff",
        "label-design": "#dcdfcd",
        "label-design-dark": "#c0c6a6",
        "label-design-darker": "#a5ad7f",
        "label-design-light": "#f7f8f4",
        "label-design-lighter": "#ffffff",
        "label-develop": "#dfd6cd",
        "label-develop-dark": "#c6b6a6",
        "label-develop-darker": "#ad967f",
        "label-develop-light": "#f8f6f4",
        "label-develop-lighter": "#ffffff",
        "label-customize": "#dfcdcd",
        "label-customize-dark": "#c6a6a6",
        "label-customize-darker": "#ad7f7f",
        "label-customize-light": "#f8f4f4",
        "label-customize-lighter": "#ffffff",
        "label-code": "#dbc9dc",
        "label-code-dark": "#c1a3c3",
        "label-code-darker": "#a87daa",
        "label-code-light": "#f5f1f5",
        "label-code-lighter": "#ffffff",
        "background-grey": "#f0f0f0",
        "background-grey-hover": "#e4e4e4"
    },
    "fonts": {
        "font-title": "'Roboto', sans-serif",
        "font-body": "'Roboto', sans-serif",
        "font-code": "'Roboto Mono', Courier New, monospace"
    },
    "sizes": {
        "site-max-width": "1000px",
        "menu-top-height": "82px",
        "docs-sidebar-width": "300px"
    },
    "assets": {
        "css": [
            "dct-style",
            "colors-panel-scss",
            "child-theme-style"
        ],
        "js": [
            "dct-base-js",
            "dct-admin-js",
            "gsap-min-js",
            "ScrollTrigger-min-js",
            "Draggable-min-js",
            "InertiaPlugin-min-js",
            "SplitText-min-js",
            "custom-js"
        ]
    },
    "customizer": {
        "preloader": true,
        "admin_panel": true,
        "login_page": true
    },
    "theme": {
        "Name": "DCT for WP",
        "Version": "1.2.0",
        "Description": "Dynamic Child Theme for WP Public release",
        "ThemeURI": "https://www.dctforwp.com",
        "Author": "Estudi FGH.net",
        "AuthorURI": "https://www.estudifgh.net",
        "Template": "Divi",
        "TextDomain": "dct",
        "DomainPath": "",
        "Status": "publish",
        "Stylesheet": "dct-child-theme",
        "StylesheetURI": "https://www.dctforwp.com/wp-content/themes/dct-child-theme"
    },
    "post": {
        "post_title": "Get started",
        "post_id": 501,
        "post_type": "docs",
        "post_status": "publish",
        "post_date": "03/08/2026",
        "post_author": ""
    },
    "user": {
        "user_login": false,
        "user_id": 0,
        "user_name": false,
        "user_email": false,
        "user_roles": null
    },
    "conditionals": {
        "is_admin": false,
        "is_blog_admin": false,
        "is_login": false,
        "is_front_page": false,
        "is_home": false,
        "is_singular": true,
        "is_single": true,
        "is_page": false,
        "is_archive": false,
        "is_category": false,
        "is_tag": false,
        "is_date": false,
        "is_attachment": false,
        "is_author": false,
        "is_page_template": false,
        "is_paged": false,
        "is_post_type_archive": false,
        "is_search": false,
        "is_404": false,
        "is_ssl": true
    },
    "environment": {
        "Site URL": "https://www.dctforwp.com",
        "Theme basepath": "https://www.dctforwp.com/wp-content/themes/dct-child-theme",
        "Theme name": "DCT for WP",
        "Theme version": "1.2.0",
        "WordPress version": "7.1",
        "PHP version": "8.2.33"
    },
    "language": {
        "locale": "en_US",
        "user_locale": "en_US"
    }
}

Theme mods

19
dct_scss_compiler
Set options for SCSS compiler of child theme custom files.
SCSS Compiler dct_scss_compiler 2
{
    "minify": false,
    "autocompile": true
}
dct_variables_colors
Global variables list created with designer generator.
Global variables: Colors dct_variables_colors 2
{
    "advanced": false,
    "options": [
        {
            "name": "primary",
            "value": "#3fa6a5",
            "shade": 30,
            "complementary": true,
            "versions": {
                "base": "#3fa6a5",
                "dark": "#2a6e6d",
                "darker": "#153736",
                "light": "#6bc6c5",
                "lighter": "#a2dbda",
                "comp": "#a63f40"
            }
        },
        {
            "name": "label-debug",
            "value": "#cddfcf",
            "shade": 25,
            "complementary": false,
            "versions": {
                "base": "#cddfcf",
                "dark": "#a6c6aa",
                "darker": "#7fad84",
                "light": "#f4f8f4",
                "lighter": "#ffffff",
                "comp": "#dfcddd"
            }
        },
        {
            "name": "label-design",
            "value": "#dcdfcd",
            "shade": 25,
            "complementary": false,
            "versions": {
                "base": "#dcdfcd",
                "dark": "#c0c6a6",
                "darker": "#a5ad7f",
                "light": "#f7f8f4",
                "lighter": "#ffffff",
                "comp": "#d0cddf"
            }
        },
        {
            "name": "label-develop",
            "value": "#dfd6cd",
            "shade": 25,
            "complementary": false,
            "versions": {
                "base": "#dfd6cd",
                "dark": "#c6b6a6",
                "darker": "#ad967f",
                "light": "#f8f6f4",
                "lighter": "#ffffff",
                "comp": "#cdd6df"
            }
        },
        {
            "name": "label-customize",
            "value": "#dfcdcd",
            "shade": 25,
            "complementary": false,
            "versions": {
                "base": "#dfcdcd",
                "dark": "#c6a6a6",
                "darker": "#ad7f7f",
                "light": "#f8f4f4",
                "lighter": "#ffffff",
                "comp": "#cddfdf"
            }
        },
        {
            "name": "label-code",
            "value": "#dbc9dc",
            "shade": 25,
            "complementary": false,
            "versions": {
                "base": "#dbc9dc",
                "dark": "#c1a3c3",
                "darker": "#a87daa",
                "light": "#f5f1f5",
                "lighter": "#ffffff",
                "comp": "#cbdcca"
            }
        },
        {
            "name": "background-grey",
            "value": "#f0f0f0",
            "shade": 0,
            "complementary": false,
            "versions": {
                "base": "#f0f0f0",
                "dark": "#f0f0f0",
                "darker": "#f0f0f0",
                "light": "#f0f0f0",
                "lighter": "#f0f0f0",
                "comp": "#efefef"
            }
        },
        {
            "name": "background-grey-hover",
            "value": "#e4e4e4",
            "shade": 0,
            "complementary": false,
            "versions": {
                "base": "#e4e4e4",
                "dark": "#e4e4e4",
                "darker": "#e4e4e4",
                "light": "#e4e4e4",
                "lighter": "#e4e4e4",
                "comp": "#e2e2e2"
            }
        }
    ]
}
dct_variables_fonts
Global variables list created with designer generator.
Global variables: Fonts dct_variables_fonts 2
{
    "advanced": false,
    "options": [
        {
            "name": "font-title",
            "value": "'Roboto', sans-serif",
            "import-url": "",
            "font-weight": "500",
            "font-style": "normal"
        },
        {
            "name": "font-body",
            "value": "'Roboto', sans-serif",
            "import-url": "",
            "font-weight": "300",
            "font-style": "normal"
        },
        {
            "name": "font-code",
            "value": "'Roboto Mono', Courier New, monospace",
            "import-url": "",
            "font-weight": "400",
            "font-style": "normal"
        }
    ]
}
dct_variables_sizes
Global variables list created with designer generator.
Global variables: Sizes dct_variables_sizes 2
{
    "advanced": false,
    "options": [
        {
            "name": "site-max-width",
            "value": "1000px"
        },
        {
            "name": "menu-top-height",
            "value": "82px"
        },
        {
            "name": "docs-sidebar-width",
            "value": "300px"
        }
    ]
}
dct_developer_assets
Enqueue local or external assets with a version cache to the child theme frontend pages and admin panel.
Assets enqueue dct_developer_assets 2
{
    "options": [
        {
            "url": "https://cdn.jsdelivr.net/npm/gsap@3.15.0/dist/gsap.min.js",
            "type": "js",
            "local": false,
            "version": "child",
            "front": true,
            "admin": false,
            "position": 1,
            "error": ""
        },
        {
            "url": "https://cdn.jsdelivr.net/npm/gsap@3.15.0/dist/ScrollTrigger.min.js",
            "type": "js",
            "local": false,
            "version": "child",
            "front": true,
            "admin": false,
            "position": 2,
            "error": ""
        },
        {
            "url": "https://cdn.jsdelivr.net/npm/gsap@3.15.0/dist/Draggable.min.js",
            "type": "js",
            "local": false,
            "version": "child",
            "front": true,
            "admin": false,
            "position": 3,
            "error": ""
        },
        {
            "url": "https://cdn.jsdelivr.net/npm/gsap@3.15.0/dist/InertiaPlugin.min.js",
            "type": "js",
            "local": false,
            "version": "child",
            "front": true,
            "admin": false,
            "position": 4,
            "error": ""
        },
        {
            "url": "https://cdn.jsdelivr.net/npm/gsap@3.15.0/dist/SplitText.min.js",
            "type": "js",
            "local": false,
            "version": "child",
            "front": true,
            "admin": false,
            "position": 5,
            "error": ""
        },
        {
            "url": "/custom/assets/colors-panel.scss",
            "type": "scss",
            "local": true,
            "version": "child",
            "front": true,
            "admin": false,
            "position": 6,
            "error": ""
        }
    ],
    "advanced": false
}
dct_developer_cpt
Register custom post types and edit options and labels.
Post types dct_developer_cpt 2
{
    "options": [
        {
            "name": "docs",
            "label": "Docs",
            "description": "Custom post type used for documentation pages",
            "args": {
                "capability_type": "page",
                "supports": [
                    "title",
                    "editor",
                    "revisions",
                    "author",
                    "excerpt",
                    "page-attributes",
                    "thumbnail",
                    "custom-fields"
                ],
                "hierarchical": true,
                "public": true,
                "publicly_queryable": true,
                "show_ui": true,
                "show_in_rest": true,
                "show_in_nav_menus": true,
                "has_archive": true,
                "can_export": true,
                "exclude_from_search": false,
                "rewrite": {
                    "slug": "",
                    "feeds": true,
                    "with_front": true
                },
                "menu_position": 8,
                "menu_icon": "dashicons-list-view"
            },
            "labels": {
                "menu_name": "Docs",
                "name": "Docs",
                "singular_name": "Doc",
                "add_new": "New doc",
                "add_new_item": "Add new doc",
                "new_item": "New doc",
                "edit_item": "Edit doc",
                "view_item": "View doc",
                "view_items": "View docs",
                "all_items": "All docs",
                "archives": "Docs archives",
                "search_items": "Search docs",
                "not_found": "Doc not found",
                "parent_item_colon": "Parent doc"
            }
        },
        {
            "name": "tutorials",
            "label": "Tutorials",
            "description": "",
            "args": {
                "capability_type": "post",
                "supports": [
                    "title",
                    "editor",
                    "revisions",
                    "author",
                    "excerpt",
                    "thumbnail",
                    "custom-fields"
                ],
                "hierarchical": false,
                "public": true,
                "publicly_queryable": true,
                "show_ui": true,
                "show_in_rest": true,
                "show_in_nav_menus": true,
                "has_archive": true,
                "can_export": true,
                "exclude_from_search": false,
                "rewrite": {
                    "slug": "",
                    "feeds": true,
                    "with_front": true
                },
                "menu_position": 9,
                "menu_icon": "dashicons-format-video"
            },
            "labels": {
                "menu_name": "Tutorials"
            }
        }
    ],
    "advanced": false
}
dct_developer_tax
Register taxonomies (categories and tags) and edit associated post type, options and labels.
Taxonomies dct_developer_tax 2
{
    "options": [
        {
            "name": "docs-category",
            "label": "Docs category",
            "description": "",
            "object_type": [
                "docs"
            ],
            "args": {
                "hierarchical": true,
                "public": true,
                "publicly_queryable": true,
                "show_ui": true,
                "show_in_rest": true,
                "show_admin_column": true,
                "show_in_menu": true,
                "show_in_nav_menus": true
            },
            "labels": []
        },
        {
            "name": "docs-tags",
            "label": "Docs tags",
            "description": "",
            "object_type": [
                "docs"
            ],
            "args": {
                "hierarchical": true,
                "public": true,
                "publicly_queryable": true,
                "show_ui": true,
                "show_in_rest": true,
                "show_admin_column": true,
                "show_in_menu": true,
                "show_in_nav_menus": true
            },
            "labels": []
        }
    ],
    "advanced": false
}
dct_developer_cf
Register custom fields metabox and edit associated post type, options and fields.
Custom fields dct_developer_cf 2
{
    "options": [
        {
            "title": "Tutorial info",
            "object_type": "tutorials",
            "context": "side",
            "priority": "default",
            "fields": {
                "tutorials-video-url": {
                    "label": "Video URL",
                    "type": "text",
                    "options": ""
                },
                "tutorials-alternative-image": {
                    "label": "Alternative image",
                    "type": "image",
                    "options": ""
                }
            }
        }
    ],
    "advanced": false
}
dct_customizer_preloader
Show a customizable preloader when loading frontend pages.
Page preloader dct_customizer_preloader 3
{
    "enabled": true,
    "advanced": false,
    "options": {
        "background-color": "$primary",
        "background-gradient": "circular",
        "background-gradient-direction": "150",
        "background-gradient-1-color": "$primary",
        "background-gradient-1-position": "10",
        "background-gradient-2-color": "$primary-darker",
        "background-gradient-2-position": "127",
        "background-image-type": "none",
        "background-image-url": "",
        "background-image-size": "cover",
        "background-image-position": "top left",
        "background-image-repeat": "no-repeat",
        "background-image-blend": "normal",
        "background-gradient-above-image": false,
        "background-border-width": "0px",
        "background-border-color": "",
        "background-border-style": "dashed",
        "image-type": "preset:dots-movement.svg",
        "image-url": "",
        "image-color": "#ffffff",
        "image-width": "150px",
        "image-left": "50%",
        "image-top": "50%",
        "image-animation": "none",
        "image-animation-duration": "9.06s",
        "out-animation": "fade",
        "out-animation-duration": "2s"
    }
}
dct_customizer_dashboard_widget
Add a custom widget panel with html contents to admin panel dashboard.
Dashboard custom widget dct_customizer_dashboard_widget 3
{
    "enabled": true,
    "advanced": false,
    "options": {
        "title": "Quick links",
        "content": "<p style=\"text-align:center\">\n  <img src=\"https://www.dctforwp.com/wp-content/uploads/2026/04/Logo-DCT-for-WP-positiu.svg\" width=\"300px\" ><br>\n  <b>Child theme customizer dashboard widget.</b><br>\n  Edit html contents to add buttons, text and images.\n</p>\n<hr>\n<h4>Contents</h4>\n<a class=\"button button-large button-primary\" href=\"edit.php?post_type=docs\">Documentation</a>\n<a class=\"button button-large\" href=\"edit.php?post_type=tutorials\">Tutorials</a>\n<a class=\"button button-large\" href=\"edit.php?post_type=page\">Pages</a>\n<hr>\n<p>Settings & Appearance</p>\n<a class=\"button\" href=\"options-general.php\">General</a>\n<a class=\"button\" href=\"nav-menus.php\">Menus</a>\n<a class=\"button\" href=\"admin.php?page=dct-settings\">Child theme</a>"
    }
}
dct_customizer_login_page
Customize login page style, logo and other options.
Login page customizer dct_customizer_login_page 3
{
    "enabled": true,
    "advanced": false,
    "options": {
        "background-color": "#f0f0f1",
        "background-gradient": "circular",
        "background-gradient-direction": "0",
        "background-gradient-1-color": "rgba(56,56,56,0)",
        "background-gradient-1-position": "-23",
        "background-gradient-2-color": "rgba(30,55,55,0.77)",
        "background-gradient-2-position": "97",
        "background-image-type": "preset:Gavarres-fogs-5.jpg",
        "background-image-url": "https://www.dctforwp.com/wp-content/themes/dct-child-theme/presets/backgrounds/Gavarres-fogs-5.jpg",
        "background-image-size": "cover",
        "background-image-position": "center",
        "background-image-repeat": "no-repeat",
        "background-image-blend": "multiply",
        "background-gradient-above-image": false,
        "background-border-width": "0px",
        "background-border-color": "$primary-darker",
        "background-border-style": "double",
        "image-type": "custom",
        "image-url": "https://www.dctforwp.com/wp-content/uploads/2026/04/Logo-DCT-for-WP-negatiu.svg",
        "image-width": "240px",
        "image-height": "100px",
        "form-background-color": "rgba(63,166,165,0.46)",
        "form-border-width": "6px",
        "form-border-color": "$primary-darker",
        "form-border-style": "solid",
        "form-text-color": "#ffffff",
        "form-button-color": "$primary-comp",
        "form-button-text-color": "#FFF",
        "link-text-color": "rgba(255,255,255,0.61)",
        "link-lost-password": true,
        "link-back-home": true,
        "link-language-switcher": true
    }
}
dct_debug_mode
Enables debugger panel for allowed users in frontend and admin panel, with PHP/JS logs, post queries, child theme status and other information.
Recommended only in development.
Debug mode dct_debug_mode 3
{
    "enabled": true,
    "advanced": false,
    "options": {
        "role-allowed": "manage_options"
    }
}
dct_maintenance_mode
Enable maintenance mode to disable the website with a customizable page during development, except for logged-in users with allowed capabilities.
Recommended only in development.
The site will be disabled to public with a customized page.
Maintenance mode dct_maintenance_mode 2
{
    "enabled": false,
    "options": {
        "role-allowed": "manage_options",
        "background-color": "#f0f0f1",
        "background-gradient": "none",
        "background-gradient-direction": "0",
        "background-gradient-1-color": "#b8dd87",
        "background-gradient-1-position": "0",
        "background-gradient-2-color": "#6f7adc",
        "background-gradient-2-position": "100",
        "background-image-type": "preset:Gavarres-fogs-1.jpg",
        "background-image-url": "https://www.dctforwp.com/wp-content/themes/dct-child-theme/presets/backgrounds/Gavarres-fogs-1.jpg",
        "background-image-size": "cover",
        "background-image-position": "center",
        "background-image-repeat": "no-repeat",
        "background-image-blend": "normal",
        "background-gradient-above-image": false,
        "background-border-width": "0px",
        "background-border-color": "#CCC",
        "background-border-style": "solid",
        "message-content": "<h1>Under maintenance!</h1>\n<p>We are working on the website, sorry for the inconvenience.</p>\n",
        "message-title-color": "rgba(255,255,255,0.67)",
        "message-text-color": "#ffffff",
        "image-url": "https://www.dctforwp.com/wp-content/uploads/2026/04/Logo-DCT-for-WP-negatiu.svg",
        "image-width": "300px",
        "image-after-text": false,
        "custom-css": "#error-page .dct-maintenance-mode-wrapper {}\n#error-page .dct-maintenance-mode-wrapper h1 { }\n#error-page .dct-maintenance-mode-wrapper img.dct-maintenance-mode-logo {}\n"
    }
}
dct_customizer_admin_panel
Customize admin panel colors, logos and other options.
Admin panel customizer dct_customizer_admin_panel 3
{
    "enabled": true,
    "advanced": false,
    "options": {
        "sidebar-bg-color": "$primary-dark",
        "sidebar-text-color": "#efefef",
        "sidebar-featured-bg-color": "$primary-comp",
        "sidebar-featured-text-color": "#ffffff",
        "sidebar-submenu-bg-color": "$primary-lighter",
        "sidebar-submenu-text-color": "#000000",
        "sidebar-image-url": "https://www.dctforwp.com/wp-content/uploads/2026/08/Logo-DCT-for-WP-no-labels-negatiu.svg",
        "sidebar-image-height": "80px",
        "sidebar-folded-image-url": "https://www.dctforwp.com/wp-content/uploads/2026/08/Logo-DCT-for-WP-favicon-negatiu.svg",
        "sidebar-folded-image-height": "40px",
        "topbar-bg-color": "$primary-lighter",
        "topbar-text-color": "$primary-darker",
        "topbar-wp-links": false,
        "footer-text": "{{THEME-NAME}} by <b>{{AUTHOR}}</b> \u00a9 {{YEAR}}",
        "footer-version-child": true,
        "footer-version-wp": true
    }
}
et_pb_css_synced
Related to parent theme mods
et_pb_css_synced:
yes
custom_css_post_id
Related to parent theme mods
custom_css_post_id:
35
et_updated_layouts_built_for_post_types
Related to parent theme mods
et_updated_layouts_built_for_post_types:
yes
sidebars_widgets
Related to parent theme mods
sidebars_widgets 2
{
    "time": 1788858359,
    "data": {
        "wp_inactive_widgets": [
            "block-2",
            "block-3",
            "block-4",
            "block-5",
            "block-6"
        ],
        "sidebar-1": [],
        "sidebar-2": [],
        "sidebar-3": [],
        "sidebar-4": [],
        "sidebar-5": [],
        "sidebar-6": [],
        "sidebar-7": []
    }
}
nav_menu_locations
Related to parent theme mods
nav_menu_locations 0
[]

Custom files

19

PHP Custom files 5

/custom/php/dct-functions.php
Child theme custom PHP functions.
Used as functions.php to add custom PHP code to child theme.
Type: PHP
Size: 10 KB
Modified: 2026/09/08 09:06:43
Edit file with code editor

/custom/php/dct-assets-enqueue.php
PHP code used with developer: Enqueue assets.
Type: PHP
Size: 1 KB
Modified: 2026/09/12 10:52:44
Edit file with code editor
/custom/php/dct-custom-post-types.php
PHP code used with developer: Post types.
Type: PHP
Size: 2 KB
Modified: 2026/09/07 07:58:51
Edit file with code editor
/custom/php/dct-taxonomies.php
PHP code used with developer: Taxonomies.
Type: PHP
Size: 1 KB
Modified: 2026/09/03 11:57:27
Edit file with code editor
/custom/php/dct-custom-fields.php
PHP code used with developer: Custom fields.
Type: PHP
Size: 3 KB
Modified: 2026/09/03 11:57:33
Edit file with code editor

JS Custom files 2

/custom/js/custom.js
Child theme custom JS.
Used to add custom JS code to child theme frontend.
Type: JS
Size: 17 KB
Modified: 2026/09/08 08:03:45
Edit file with code editor
/custom/js/login-page.js
Login page custom JS.
Used to add custom JS code to customized login page.
Type: JS
Size: 308 B
Modified: 2026/09/12 10:52:03
Edit file with code editor

SCSS Partials styles 7

/custom/scss/_custom.scss
Partial SCSS for custom frontend styles.
Used to add custom CSS to child theme frontend styles.
Type: SCSS
Size: 10 KB
Modified: 2026/09/08 09:06:50
Edit file with code editor

/custom/scss/_colors.scss
Partial SCSS for global variables.: Colors.
Type: SCSS
Size: 3 KB
Modified: 2026/09/05 07:33:59
Edit file with code editor
/custom/scss/_fonts.scss
Partial SCSS for global variables.: Fonts.
Type: SCSS
Size: 617 B
Modified: 2026/09/05 07:33:59
Edit file with code editor
/custom/scss/_sizes.scss
Partial SCSS for global variables.: Sizes.
Type: SCSS
Size: 385 B
Modified: 2026/09/12 11:04:49
Edit file with code editor

/custom/scss/_preloader.scss
Partial SCSS styles for customizer: Page preloader.
Type: SCSS
Size: 1 KB
Modified: 2026/09/12 09:18:25
Edit file with code editor
/custom/scss/admin-panel.scss
Base SCSS styles for customizer: Admin panel.
Type: SCSS
Size: 9 KB
Modified: 2026/09/12 11:02:25
Edit file with code editor
/custom/scss/login-page.scss
Base SCSS styles for customizer: Login page.
Type: SCSS
Size: 3 KB
Modified: 2026/09/12 11:05:01
Edit file with code editor

SCSS Base styles 1

/style.scss
Base SCSS to be compiled as child theme styles.
Editing this file is not recommended.
It is automatically regenerated when the child theme information is updated.
Type: SCSS
Size: 909 B
Modified: 2026/09/08 09:05:59
Edit file with code editor

CSS Compiled styles 3

/style.css
Compiled CSS frontend styles.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.
Type: CSS
Size: 21 KB
Modified: 2026/09/12 11:05:01
Edit file with code editor
/custom/css/admin-panel.css
Compiled CSS admin panel styles.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.
Type: CSS
Size: 9 KB
Modified: 2026/09/12 11:05:01
Edit file with code editor
/custom/css/login-page.css
Compiled CSS login page styles
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.
Type: CSS
Size: 2 KB
Modified: 2026/09/12 11:05:01
Edit file with code editor

Debugger errors log

0

Errors log is empty.

Status: SCSS Compiler

dct_scss_compiler
Minify CSS output when compiling SCSS files.
Recommended in production.
SCSS Compiler minify:
false
dct_scss_compiler
Check for SCSS files updates and compile CSS output if required. Useful for editing custom files in an external editor and update them with FTP.
Recommended only in development.
SCSS Autocompile:
true

Global Variables

Colors33
primary #3fa6a5
primary-dark #2a6e6d
primary-darker #153736
primary-light #6bc6c5
primary-lighter #a2dbda
primary-comp #a63f40
label-debug #cddfcf
label-debug-dark #a6c6aa
label-debug-darker #7fad84
label-debug-light #f4f8f4
label-debug-lighter #ffffff
label-design #dcdfcd
label-design-dark #c0c6a6
label-design-darker #a5ad7f
label-design-light #f7f8f4
label-design-lighter #ffffff
label-develop #dfd6cd
label-develop-dark #c6b6a6
label-develop-darker #ad967f
label-develop-light #f8f6f4
label-develop-lighter #ffffff
label-customize #dfcdcd
label-customize-dark #c6a6a6
label-customize-darker #ad7f7f
label-customize-light #f8f4f4
label-customize-lighter #ffffff
label-code #dbc9dc
label-code-dark #c1a3c3
label-code-darker #a87daa
label-code-light #f5f1f5
label-code-lighter #ffffff
background-grey #f0f0f0
background-grey-hover #e4e4e4
Fonts3
font-title'Roboto', sans-serif
font-body'Roboto', sans-serif
font-code'Roboto Mono', Courier New, monospace
Sizes3
site-max-width1000px
menu-top-height82px
docs-sidebar-width300px

SCSS Partials styles

7
/custom/scss/_custom.scss
Partial SCSS for custom frontend styles.
Used to add custom CSS to child theme frontend styles.
Type: SCSS
Size: 10 KB
Modified: 2026/09/08 09:06:50
Edit file with code editor

/custom/scss/_colors.scss
Partial SCSS for global variables.: Colors.
Type: SCSS
Size: 3 KB
Modified: 2026/09/05 07:33:59
Edit file with code editor
/custom/scss/_fonts.scss
Partial SCSS for global variables.: Fonts.
Type: SCSS
Size: 617 B
Modified: 2026/09/05 07:33:59
Edit file with code editor
/custom/scss/_sizes.scss
Partial SCSS for global variables.: Sizes.
Type: SCSS
Size: 385 B
Modified: 2026/09/12 11:04:49
Edit file with code editor

/custom/scss/_preloader.scss
Partial SCSS styles for customizer: Page preloader.
Type: SCSS
Size: 1 KB
Modified: 2026/09/12 09:18:25
Edit file with code editor
/custom/scss/admin-panel.scss
Base SCSS styles for customizer: Admin panel.
Type: SCSS
Size: 9 KB
Modified: 2026/09/12 11:02:25
Edit file with code editor
/custom/scss/login-page.scss
Base SCSS styles for customizer: Login page.
Type: SCSS
Size: 3 KB
Modified: 2026/09/12 11:05:01
Edit file with code editor

SCSS Base styles

1
/style.scss
Base SCSS to be compiled as child theme styles.
Editing this file is not recommended.
It is automatically regenerated when the child theme information is updated.
Type: SCSS
Size: 909 B
Modified: 2026/09/08 09:05:59
Edit file with code editor

CSS Compiled styles

3
/style.css
Compiled CSS frontend styles.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.
Type: CSS
Size: 21 KB
Modified: 2026/09/12 11:05:01
Edit file with code editor
/custom/css/admin-panel.css
Compiled CSS admin panel styles.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.
Type: CSS
Size: 9 KB
Modified: 2026/09/12 11:05:01
Edit file with code editor
/custom/css/login-page.css
Compiled CSS login page styles
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.
Type: CSS
Size: 2 KB
Modified: 2026/09/12 11:05:01
Edit file with code editor

Post query

Post title: Get started
Post ID: 501
Post type: docs
Post status: publish
Post date: 03/08/2026
post_author:

True Conditionals

3
is_singular: true
is_single: true
is_ssl: true

False Conditionals

17
is_admin: false
is_blog_admin: false
is_login: false
is_front_page: false
is_home: false
is_page: false
is_archive: false
is_category: false
is_tag: false
is_date: false
is_attachment: false
is_author: false
is_page_template: false
is_paged: false
is_post_type_archive: false
is_search: false
is_404: false

Current user

User name: false
User ID: 0
User display name: false
User email: false
User roles:

Hooks, actions & filters

Hooks & filters in order of execution with number of actions fired during the page load.

Child theme hooks

5
{
    "None": 0,
    "init": 2,
    "wp_enqueue_scripts": 3,
    "the_content": 1,
    "wp_footer": 1
}

All hooks wp_actions

166
{
    "muplugins_loaded": 1,
    "registered_taxonomy": 26,
    "registered_taxonomy_category": 2,
    "registered_taxonomy_post_tag": 2,
    "registered_taxonomy_nav_menu": 2,
    "registered_taxonomy_link_category": 2,
    "registered_taxonomy_post_format": 2,
    "registered_taxonomy_wp_theme": 2,
    "registered_taxonomy_wp_template_part_area": 2,
    "registered_taxonomy_wp_pattern_category": 2,
    "registered_post_type": 45,
    "registered_post_type_post": 2,
    "registered_post_type_page": 2,
    "registered_post_type_attachment": 2,
    "registered_post_type_revision": 2,
    "registered_post_type_nav_menu_item": 2,
    "registered_post_type_custom_css": 2,
    "registered_post_type_customize_changeset": 2,
    "registered_post_type_oembed_cache": 2,
    "registered_post_type_user_request": 2,
    "registered_post_type_wp_block": 2,
    "registered_post_type_wp_template": 2,
    "registered_post_type_wp_template_part": 2,
    "registered_post_type_wp_global_styles": 2,
    "registered_post_type_wp_navigation": 2,
    "registered_post_type_wp_font_family": 2,
    "registered_post_type_wp_font_face": 2,
    "plugin_loaded": 5,
    "plugins_loaded": 1,
    "auth_cookie_malformed": 1,
    "set_current_user": 1,
    "sanitize_comment_cookies": 1,
    "wp_roles_init": 1,
    "setup_theme": 1,
    "unload_textdomain": 1,
    "load_textdomain": 9,
    "after_setup_theme": 1,
    "et_core_component_pageresource_loaded": 1,
    "get_template_part_includes/widgets/widget-about": 1,
    "get_template_part": 7,
    "wp_before_load_template": 10,
    "wp_after_load_template": 10,
    "get_template_part_includes/widgets/widget-adsense": 1,
    "get_template_part_includes/widgets/widget-ads": 1,
    "et_core_component_spam_providers_loaded": 1,
    "et_core_api_loaded": 1,
    "et_core_component_utils_loaded": 1,
    "et_core_data_loaded": 1,
    "et_core_component_service_loaded": 1,
    "et_core_component_spam_provider_loaded": 1,
    "et_core_component_recaptcha_loaded": 1,
    "et_core_component_httpinterface_loaded": 1,
    "et_core_api_spam_loaded": 1,
    "et_core_component_directory_loaded": 1,
    "et_core_cache_loaded": 1,
    "is_wp_error_instance": 1,
    "init": 1,
    "et_core_component_portability_loaded": 1,
    "et_core_component_query_loaded": 1,
    "et_core_post_loaded": 1,
    "et_core_component_object_loaded": 1,
    "et_core_component_taxonomy_loaded": 1,
    "et_core_component_type_loaded": 1,
    "registered_taxonomy_layout_category": 1,
    "registered_taxonomy_layout_tag": 1,
    "registered_taxonomy_layout_pack": 1,
    "registered_taxonomy_layout_type": 1,
    "registered_taxonomy_module_width": 1,
    "registered_taxonomy_scope": 1,
    "registered_taxonomy_for_object_type": 6,
    "registered_post_type_et_pb_layout": 1,
    "et_builder_modules_loaded": 1,
    "et_builder_module_lazy_shortcodes_registered": 1,
    "et_builder_shortcode_manager_init": 1,
    "et_core_component_cache_loaded": 1,
    "registered_post_type_project": 1,
    "registered_taxonomy_project_category": 1,
    "registered_taxonomy_project_tag": 1,
    "divi_visual_builder_settings_data_register_item": 41,
    "divi_visual_builder_initialize": 1,
    "divi_module_library_modules_dependency_tree": 1,
    "divi_modules_initialize": 1,
    "divi_frontend_initialize": 1,
    "widgets_init": 1,
    "register_sidebar": 7,
    "wp_register_sidebar_widget": 25,
    "wp_sitemaps_init": 1,
    "wp_default_styles": 1,
    "registered_post_type_docs": 1,
    "registered_post_type_tutorials": 1,
    "registered_taxonomy_docs-category": 1,
    "registered_taxonomy_docs-tags": 1,
    "unregistered_taxonomy_for_object_type": 2,
    "unregistered_post_type": 1,
    "unregistered_taxonomy": 2,
    "et_core_component_supportcenter_loaded": 1,
    "registered_post_type__et_pb_speculation": 1,
    "registered_post_type_et_ai_command": 1,
    "registered_post_type_et_pb_ai_rules": 1,
    "registered_post_type_et_pb_canvas": 1,
    "wp_default_scripts": 1,
    "registered_post_type_et_theme_builder": 1,
    "registered_post_type_et_template": 1,
    "registered_post_type_et_header_layout": 1,
    "registered_post_type_et_body_layout": 1,
    "registered_post_type_et_footer_layout": 1,
    "wp_connectors_init": 1,
    "wp_loaded": 1,
    "wps_hide_login_before_redirect": 1,
    "parse_request": 1,
    "parse_query": 14,
    "pre_get_posts": 14,
    "wp_cache_set_last_changed": 2,
    "posts_selection": 14,
    "parse_term_query": 8,
    "pre_get_terms": 8,
    "send_headers": 1,
    "wp": 1,
    "divi_frontend_assets_dynamic_assets_register_integration_asset_providers": 1,
    "parse_tax_query": 26,
    "template_redirect": 1,
    "wp_before_include_template": 1,
    "wp_template_enhancement_output_buffer_started": 1,
    "get_header": 1,
    "et_head_meta": 1,
    "wp_head": 2,
    "et_layout_body_class_before": 2,
    "et_layout_body_class_after": 2,
    "wp_body_open": 2,
    "et_core_component_file_loaded": 1,
    "metadata_lazyloader_queued_objects": 3,
    "et_header_top": 1,
    "et_search_form_fields": 1,
    "et_before_main_content": 2,
    "et_theme_builder_template_head": 1,
    "wp_enqueue_scripts": 1,
    "enqueue_block_assets": 1,
    "et_builder_internal_google_fonts_preprint_emitted": 1,
    "wp_print_styles": 1,
    "wp_print_scripts": 1,
    "et_theme_builder_template_before_page_wrappers": 1,
    "get_template_part_theme-before-wrappers": 1,
    "et_theme_builder_template_before_header": 1,
    "et_theme_builder_after_layout_opening_wrappers": 2,
    "et_theme_builder_begin_layout": 3,
    "the_post": 108,
    "divi_block_parser_before_load_module": 234,
    "et_theme_builder_end_layout": 3,
    "et_theme_builder_before_layout_closing_wrappers": 2,
    "et_theme_builder_template_after_header": 1,
    "get_template_part_theme-after-header": 1,
    "et_theme_builder_template_before_body": 1,
    "loop_start": 1,
    "et_theme_builder_before_render_post_content": 1,
    "et_builder_post_feature_cache_primed": 1,
    "et_theme_builder_after_render_post_content": 1,
    "loop_end": 1,
    "et_theme_builder_template_after_body": 1,
    "get_footer": 1,
    "et_theme_builder_template_before_footer": 1,
    "et_theme_builder_template_after_footer": 1,
    "get_template_part_theme-after-footer": 1,
    "et_theme_builder_template_after_page_wrappers": 1,
    "get_template_part_theme-after-wrappers": 1,
    "wp_footer": 1,
    "wp_load_speculation_rules": 1
}

All filters wp_filters

1110
{
    "wp_fatal_error_handler_enabled": 2,
    "enable_wp_debug_mode_checks": 1,
    "wp_doing_ajax": 17,
    "incompatible_sql_modes": 1,
    "enable_loading_object_cache_dropin": 1,
    "pre_wp_load_alloptions": 2587,
    "wp_autoload_values_to_autoload": 1,
    "query": 78,
    "pre_cache_alloptions": 1,
    "alloptions": 2587,
    "pre_option_siteurl": 350,
    "pre_option": 2386,
    "option_siteurl": 350,
    "pre_site_option_siteurl": 1,
    "pre_site_option": 19,
    "default_site_option_siteurl": 1,
    "site_option_siteurl": 1,
    "pre_option_home": 110,
    "option_home": 110,
    "register_taxonomy_args": 26,
    "register_category_taxonomy_args": 2,
    "gettext": 25808,
    "gettext_default": 1072,
    "gettext_with_context": 1311,
    "gettext_with_context_default": 1134,
    "taxonomy_labels_category": 2,
    "register_post_tag_taxonomy_args": 2,
    "taxonomy_labels_post_tag": 2,
    "register_nav_menu_taxonomy_args": 2,
    "taxonomy_labels_nav_menu": 2,
    "register_link_category_taxonomy_args": 2,
    "taxonomy_labels_link_category": 2,
    "register_post_format_taxonomy_args": 2,
    "taxonomy_labels_post_format": 2,
    "register_wp_theme_taxonomy_args": 2,
    "taxonomy_labels_wp_theme": 2,
    "register_wp_template_part_area_taxonomy_args": 2,
    "taxonomy_labels_wp_template_part_area": 2,
    "register_wp_pattern_category_taxonomy_args": 2,
    "taxonomy_labels_wp_pattern_category": 2,
    "sanitize_key": 148,
    "register_post_type_args": 45,
    "register_post_post_type_args": 2,
    "post_type_labels_post": 2,
    "register_page_post_type_args": 2,
    "post_type_labels_page": 2,
    "pre_option_wp_attachment_pages_enabled": 2,
    "option_wp_attachment_pages_enabled": 2,
    "register_attachment_post_type_args": 2,
    "post_type_labels_attachment": 2,
    "register_revision_post_type_args": 2,
    "post_type_labels_revision": 2,
    "register_nav_menu_item_post_type_args": 2,
    "post_type_labels_nav_menu_item": 2,
    "register_custom_css_post_type_args": 2,
    "post_type_labels_custom_css": 2,
    "register_customize_changeset_post_type_args": 2,
    "post_type_labels_customize_changeset": 2,
    "register_oembed_cache_post_type_args": 2,
    "post_type_labels_oembed_cache": 2,
    "register_user_request_post_type_args": 2,
    "post_type_labels_user_request": 2,
    "register_wp_block_post_type_args": 2,
    "post_type_labels_wp_block": 2,
    "register_wp_template_post_type_args": 2,
    "post_type_labels_wp_template": 2,
    "register_wp_template_part_post_type_args": 2,
    "post_type_labels_wp_template_part": 2,
    "register_wp_global_styles_post_type_args": 2,
    "post_type_labels_wp_global_styles": 2,
    "register_wp_navigation_post_type_args": 2,
    "post_type_labels_wp_navigation": 2,
    "register_wp_font_family_post_type_args": 2,
    "post_type_labels_wp_font_family": 2,
    "register_wp_font_face_post_type_args": 2,
    "post_type_labels_wp_font_face": 2,
    "theme_root": 133,
    "pre_get_scheduled_event": 7,
    "pre_option_cron": 7,
    "option_cron": 7,
    "wp_next_scheduled": 7,
    "recovery_mode_email_rate_limit": 1,
    "recovery_mode_email_link_ttl": 1,
    "pre_option_active_plugins": 140,
    "option_active_plugins": 140,
    "pre_option_hack_file": 1,
    "option_hack_file": 1,
    "extra_plugin_headers": 21,
    "pre_option_duplicate_page_options": 1,
    "option_duplicate_page_options": 1,
    "pre_option_uninstall_plugins": 2,
    "option_uninstall_plugins": 2,
    "set_url_scheme": 489,
    "plugins_url": 3,
    "pre_option_scporder_install": 1,
    "option_scporder_install": 1,
    "pre_option_blog_charset": 65,
    "option_blog_charset": 65,
    "load_default_widgets": 1,
    "load_default_embeds": 1,
    "wp_audio_extensions": 1,
    "wp_audio_embed_handler": 1,
    "wp_video_extensions": 2,
    "wp_video_embed_handler": 1,
    "site_url": 267,
    "determine_current_user": 1,
    "wp_is_application_passwords_available": 1,
    "map_meta_cap": 1239,
    "user_has_cap": 1239,
    "pre_option_whl_page": 3,
    "option_whl_page": 3,
    "home_url": 109,
    "pre_option_permalink_structure": 62,
    "option_permalink_structure": 62,
    "pre_option_wp_user_roles": 1,
    "option_wp_user_roles": 1,
    "pre_option_stylesheet": 373,
    "option_stylesheet": 373,
    "pre_option_template": 62,
    "option_template": 62,
    "template": 62,
    "template_directory": 39,
    "stylesheet": 225,
    "stylesheet_directory": 93,
    "pre_determine_locale": 16,
    "pre_option_WPLANG": 1,
    "option_WPLANG": 1,
    "locale": 32,
    "determine_locale": 16,
    "override_unload_textdomain": 1,
    "pre_load_textdomain": 9,
    "override_load_textdomain": 9,
    "load_textdomain_mofile": 9,
    "translation_file_format": 9,
    "load_translation_file": 18,
    "pre_get_language_files_from_path": 22,
    "get_available_languages": 1,
    "wp_cache_themes_persistently": 1,
    "extra_theme_headers": 2,
    "theme_file_path": 9,
    "pre_option_theme_mods_dct-child-theme": 147,
    "option_theme_mods_dct-child-theme": 147,
    "theme_mod_dct_debug_mode": 88,
    "content_url": 80,
    "theme_root_uri": 78,
    "template_directory_uri": 20,
    "pre_transient_et_core_path": 1,
    "pre_option__transient_timeout_et_core_path": 1,
    "option__transient_timeout_et_core_path": 1,
    "pre_option__transient_et_core_path": 1,
    "option__transient_et_core_path": 1,
    "transient_et_core_path": 1,
    "pre_transient_et_core_version": 1,
    "pre_option__transient_timeout_et_core_version": 1,
    "option__transient_timeout_et_core_version": 1,
    "pre_option__transient_et_core_version": 1,
    "option__transient_et_core_version": 1,
    "transient_et_core_version": 1,
    "et_core_path_override": 1,
    "pre_option_et_core_version": 1,
    "option_et_core_version": 1,
    "kses_allowed_protocols": 30,
    "pre_kses": 415,
    "block_parser_class": 419,
    "et_custom_background_args": 1,
    "et_theme_image_sizes": 1,
    "et_post_thumbnails_crop": 8,
    "pre_option_et_divi": 3,
    "option_et_divi": 3,
    "et_get_option_et_divi_divi_enable_responsive_images": 1,
    "lang_dir_for_domain": 11,
    "gettext_Divi": 912,
    "esc_html": 17666,
    "file_mod_allowed": 1,
    "wp_doing_cron": 11,
    "et_core_get_third_party_components": 1,
    "et_builder_modules_is_saving_cache": 1,
    "et_core_api_spam_enabled_providers": 1,
    "pre_option_et_core_api_spam_options": 2,
    "default_option_et_core_api_spam_options": 2,
    "sanitize_text_field": 148,
    "gettext_et_core": 4,
    "et_core_cache_wpfs_args": 1,
    "filesystem_method": 1,
    "filesystem_method_file": 1,
    "pre_option_upload_path": 1,
    "option_upload_path": 1,
    "pre_option_upload_url_path": 1,
    "option_upload_url_path": 1,
    "pre_option_uploads_use_yearmonth_folders": 1,
    "option_uploads_use_yearmonth_folders": 1,
    "pre_option_timezone_string": 6,
    "option_timezone_string": 6,
    "upload_dir": 21,
    "is_post_type_viewable": 40,
    "post_format_rewrite_base": 1,
    "pre_option_category_base": 2,
    "option_category_base": 2,
    "pre_option_tag_base": 2,
    "option_tag_base": 2,
    "current_theme_supports-post-formats": 1,
    "et_builder_d5_enabled": 1,
    "et_get_option_et_divi_divi_disable_translations": 8,
    "gettext_with_context_et_builder_5": 99,
    "gettext_with_context_et_builder": 2,
    "gettext_et_builder_5": 23224,
    "gettext_et_builder": 168,
    "et_core_cpt_et_pb_layout_args": 1,
    "et_core_taxonomy_layout_category_args": 1,
    "et_core_taxonomy_layout_category_post_types": 1,
    "et_core_taxonomy_layout_tag_args": 1,
    "et_core_taxonomy_layout_tag_post_types": 1,
    "et_core_taxonomy_layout_pack_args": 1,
    "et_core_taxonomy_layout_pack_post_types": 1,
    "et_core_taxonomy_layout_type_args": 1,
    "et_core_taxonomy_layout_type_post_types": 1,
    "et_core_taxonomy_module_width_args": 1,
    "et_core_taxonomy_module_width_post_types": 1,
    "et_core_taxonomy_scope_args": 1,
    "et_core_taxonomy_scope_post_types": 1,
    "register_layout_category_taxonomy_args": 1,
    "wp_parse_str": 19,
    "taxonomy_labels_layout_category": 1,
    "register_layout_tag_taxonomy_args": 1,
    "taxonomy_labels_layout_tag": 1,
    "register_layout_pack_taxonomy_args": 1,
    "taxonomy_labels_layout_pack": 1,
    "register_layout_type_taxonomy_args": 1,
    "taxonomy_labels_layout_type": 1,
    "register_module_width_taxonomy_args": 1,
    "taxonomy_labels_module_width": 1,
    "register_scope_taxonomy_args": 1,
    "taxonomy_labels_scope": 1,
    "et_pb_layout_args": 1,
    "register_et_pb_layout_post_type_args": 1,
    "post_type_labels_et_pb_layout": 1,
    "gettext_with_context_Divi": 76,
    "et_allowed_localization_html_attributes": 5,
    "et_allowed_localization_html_elements": 5,
    "wp_kses_uri_attributes": 11,
    "et_get_safe_localization": 5,
    "et_pb_standard_post_types": 1,
    "et_builder_cache_modules": 1,
    "et_builder_framework_plugin_compat_path_codepress-admin-columns": 1,
    "et_builder_framework_plugin_compat_path_duplicate-page": 1,
    "gettext_duplicate-page": 6,
    "clean_url": 691,
    "et_builder_framework_plugin_compat_path_enable-media-replace": 1,
    "et_builder_framework_plugin_compat_path_simple-custom-post-order": 1,
    "et_builder_framework_plugin_compat_path_wps-hide-login": 1,
    "et_builder_enable_jquery_body": 2,
    "et_get_option_et_divi_divi_enable_jquery_body": 2,
    "et_should_load_shortcode_framework": 1,
    "et_module_classes": 1,
    "et_fullwidth_module_classes": 1,
    "et_structural_module_classes": 1,
    "et_woo_module_classes": 1,
    "rest_url_prefix": 405,
    "et_get_option_et_divi_all_third_party_shortcode_slugs": 2,
    "et_builder_3rd_party_module_slugs": 1,
    "et_project_posttype_rewrite_args": 1,
    "et_project_posttype_args": 1,
    "register_project_post_type_args": 1,
    "post_type_labels_project": 1,
    "register_project_category_taxonomy_args": 1,
    "taxonomy_labels_project_category": 1,
    "register_project_tag_taxonomy_args": 1,
    "taxonomy_labels_project_tag": 1,
    "divi_vb_performance_should_initialize": 1,
    "et_builder_is_tb_admin_screen": 16,
    "divi_framework_conditions_is_vb_enabled": 413,
    "pre_option_et_divi_ai_chat_db_version": 1,
    "option_et_divi_ai_chat_db_version": 1,
    "et_get_option_et_divi_et_enable_classic_editor": 1,
    "nonce_user_logged_out": 347,
    "nonce_life": 347,
    "salt": 347,
    "divi_module_library_should_register_all_d5_modules": 235,
    "divi_migration_preset_migrations": 1,
    "divi_migration_content_migrations": 1,
    "register_block_type_args": 150,
    "divi_framework_conditions_is_d5_enabled": 19,
    "et_get_option_et_divi_divi_critical_css": 1,
    "et_pb_critical_css_enabled": 1,
    "divi_frontend_assets_dynamic_assets_valid_blocks": 1,
    "divi_frontend_assets_dynamic_assets_valid_module_slugs": 1,
    "divi_frontend_assets_dynamic_assets_module_attribute_used": 1,
    "divi_off_canvas_should_load": 1,
    "pre_option_link_manager_enabled": 1,
    "option_link_manager_enabled": 1,
    "admin_url": 74,
    "pre_option_sidebars_widgets": 1,
    "option_sidebars_widgets": 1,
    "sidebars_widgets": 1,
    "register_sidebar_defaults": 7,
    "theme_mod_et_pb_widgets": 1,
    "pre_option_widget_pages": 1,
    "option_widget_pages": 1,
    "pre_option_widget_calendar": 1,
    "option_widget_calendar": 1,
    "pre_option_widget_archives": 1,
    "option_widget_archives": 1,
    "pre_option_widget_media_audio": 1,
    "option_widget_media_audio": 1,
    "pre_option_widget_media_image": 1,
    "option_widget_media_image": 1,
    "pre_option_widget_media_gallery": 1,
    "option_widget_media_gallery": 1,
    "pre_option_widget_media_video": 1,
    "option_widget_media_video": 1,
    "pre_option_widget_meta": 1,
    "option_widget_meta": 1,
    "pre_option_widget_search": 1,
    "option_widget_search": 1,
    "pre_option_widget_text": 1,
    "option_widget_text": 1,
    "pre_option_widget_categories": 1,
    "option_widget_categories": 1,
    "pre_option_widget_recent-posts": 1,
    "option_widget_recent-posts": 1,
    "pre_option_widget_recent-comments": 1,
    "option_widget_recent-comments": 1,
    "pre_option_widget_rss": 1,
    "option_widget_rss": 1,
    "pre_option_widget_tag_cloud": 1,
    "option_widget_tag_cloud": 1,
    "pre_option_widget_nav_menu": 1,
    "option_widget_nav_menu": 1,
    "pre_option_widget_custom_html": 1,
    "option_widget_custom_html": 1,
    "pre_option_widget_block": 1,
    "option_widget_block": 1,
    "pre_option_widget_aboutmewidget": 1,
    "option_widget_aboutmewidget": 1,
    "pre_option_widget_adsensewidget": 1,
    "option_widget_adsensewidget": 1,
    "pre_option_widget_advwidget": 1,
    "option_widget_advwidget": 1,
    "pre_option_use_smilies": 4,
    "option_use_smilies": 4,
    "smilies": 1,
    "wp_spaces_regexp": 1,
    "wp_is_rest_endpoint": 491,
    "should_load_separate_core_block_assets": 478,
    "wp_allowed_block_metadata_collection_roots": 1,
    "et_get_option_et_divi_2_5_flush_rewrite_rules": 1,
    "et_get_option_et_divi_et_flush_rewrite_rules_library": 1,
    "register_meta_args": 8,
    "attribute_escape": 668,
    "wp_sitemaps_stylesheet_url": 1,
    "wp_sitemaps_stylesheet_index_url": 1,
    "pre_option_blog_public": 3,
    "option_blog_public": 3,
    "wp_sitemaps_enabled": 1,
    "wp_sitemaps_add_provider": 3,
    "is_protected_meta": 7,
    "sanitize_title": 17,
    "block_type_metadata": 133,
    "current_theme_supports-wp-block-styles": 117,
    "wp_should_output_buffer_template_for_enhancement": 2,
    "should_load_block_assets_on_demand": 13,
    "block_type_metadata_settings": 132,
    "includes_url": 179,
    "pre_site_transient_wp_theme_files_patterns-5da95a4800265b0584025bd6775707d5": 1,
    "pre_site_option__site_transient_timeout_wp_theme_files_patterns-5da95a4800265b0584025bd6775707d5": 1,
    "default_site_option__site_transient_timeout_wp_theme_files_patterns-5da95a4800265b0584025bd6775707d5": 1,
    "pre_option__site_transient_timeout_wp_theme_files_patterns-5da95a4800265b0584025bd6775707d5": 1,
    "option__site_transient_timeout_wp_theme_files_patterns-5da95a4800265b0584025bd6775707d5": 1,
    "site_option__site_transient_timeout_wp_theme_files_patterns-5da95a4800265b0584025bd6775707d5": 1,
    "pre_site_option__site_transient_wp_theme_files_patterns-5da95a4800265b0584025bd6775707d5": 1,
    "default_site_option__site_transient_wp_theme_files_patterns-5da95a4800265b0584025bd6775707d5": 1,
    "pre_option__site_transient_wp_theme_files_patterns-5da95a4800265b0584025bd6775707d5": 1,
    "option__site_transient_wp_theme_files_patterns-5da95a4800265b0584025bd6775707d5": 1,
    "site_option__site_transient_wp_theme_files_patterns-5da95a4800265b0584025bd6775707d5": 1,
    "site_transient_wp_theme_files_patterns-5da95a4800265b0584025bd6775707d5": 1,
    "pre_site_transient_wp_theme_files_patterns-709fc43719749b3e74349ff06388c3a4": 1,
    "pre_site_option__site_transient_timeout_wp_theme_files_patterns-709fc43719749b3e74349ff06388c3a4": 1,
    "default_site_option__site_transient_timeout_wp_theme_files_patterns-709fc43719749b3e74349ff06388c3a4": 1,
    "pre_option__site_transient_timeout_wp_theme_files_patterns-709fc43719749b3e74349ff06388c3a4": 1,
    "option__site_transient_timeout_wp_theme_files_patterns-709fc43719749b3e74349ff06388c3a4": 1,
    "site_option__site_transient_timeout_wp_theme_files_patterns-709fc43719749b3e74349ff06388c3a4": 1,
    "pre_site_option__site_transient_wp_theme_files_patterns-709fc43719749b3e74349ff06388c3a4": 1,
    "default_site_option__site_transient_wp_theme_files_patterns-709fc43719749b3e74349ff06388c3a4": 1,
    "pre_option__site_transient_wp_theme_files_patterns-709fc43719749b3e74349ff06388c3a4": 1,
    "option__site_transient_wp_theme_files_patterns-709fc43719749b3e74349ff06388c3a4": 1,
    "site_option__site_transient_wp_theme_files_patterns-709fc43719749b3e74349ff06388c3a4": 1,
    "site_transient_wp_theme_files_patterns-709fc43719749b3e74349ff06388c3a4": 1,
    "gettext_dct": 420,
    "theme_mod_dct_maintenance_mode": 5,
    "theme_mod_dct_scss_compiler": 9,
    "theme_mod_dct_variables_fonts": 2,
    "theme_mod_dct_variables_sizes": 2,
    "theme_mod_dct_variables_colors": 2,
    "theme_mod_dct_customizer_preloader": 6,
    "theme_mod_dct_customizer_admin_panel": 2,
    "theme_mod_dct_customizer_login_page": 2,
    "divi_module_library_block_parser_enable": 407,
    "stylesheet_directory_uri": 58,
    "register_docs_post_type_args": 1,
    "post_type_labels_docs": 1,
    "register_tutorials_post_type_args": 1,
    "post_type_labels_tutorials": 1,
    "register_docs-category_taxonomy_args": 1,
    "taxonomy_labels_docs-category": 1,
    "register_docs-tags_taxonomy_args": 1,
    "taxonomy_labels_docs-tags": 1,
    "et_get_option_et_divi_divi_custom_css": 1,
    "pre_set_theme_mod_et_pb_css_synced": 1,
    "sanitize_option_theme_mods_dct-child-theme": 1,
    "pre_update_option_theme_mods_dct-child-theme": 1,
    "pre_update_option": 2,
    "pre_option_et_images_temp_folder": 1,
    "option_et_images_temp_folder": 1,
    "pre_option_et_schedule_clean_images_last_time": 1,
    "option_et_schedule_clean_images_last_time": 1,
    "et_get_option_et_divi_divi_disable_emojis": 1,
    "register__et_pb_speculation_post_type_args": 1,
    "post_type_labels__et_pb_speculation": 1,
    "register_et_ai_command_post_type_args": 1,
    "post_type_labels_et_ai_command": 1,
    "register_et_pb_ai_rules_post_type_args": 1,
    "post_type_labels_et_pb_ai_rules": 1,
    "divi.moduleLibrary.conversion.moduleConversionOutlineFile": 17,
    "register_et_pb_canvas_post_type_args": 1,
    "post_type_labels_et_pb_canvas": 1,
    "bulk_action_observer_ids": 1,
    "rest_url": 8,
    "heartbeat_settings": 1,
    "wp_audio_shortcode_library": 1,
    "wp_video_shortcode_library": 1,
    "mejs_settings": 1,
    "ngettext": 4,
    "ngettext_default": 4,
    "js_escape": 1,
    "pre_option_start_of_week": 2,
    "option_start_of_week": 2,
    "pre_option_time_format": 2,
    "option_time_format": 2,
    "pre_option_date_format": 6,
    "option_date_format": 6,
    "pre_site_option_can_compress_scripts": 2,
    "default_site_option_can_compress_scripts": 2,
    "pre_option_can_compress_scripts": 2,
    "option_can_compress_scripts": 2,
    "site_option_can_compress_scripts": 2,
    "pre_option_gmt_offset": 1,
    "register_et_theme_builder_post_type_args": 1,
    "post_type_labels_et_theme_builder": 1,
    "register_et_template_post_type_args": 1,
    "post_type_labels_et_template": 1,
    "register_et_header_layout_post_type_args": 1,
    "post_type_labels_et_header_layout": 1,
    "register_et_body_layout_post_type_args": 1,
    "post_type_labels_et_body_layout": 1,
    "register_et_footer_layout_post_type_args": 1,
    "post_type_labels_et_footer_layout": 1,
    "wp_supports_ai": 4,
    "pre_option_theme_switched": 1,
    "option_theme_switched": 1,
    "current_theme_supports-custom-background": 3,
    "do_parse_request": 1,
    "pre_option_rewrite_rules": 1,
    "option_rewrite_rules": 1,
    "query_vars": 1,
    "request": 1,
    "pre_option_scporder_options": 30,
    "option_scporder_options": 30,
    "wp_allow_query_attachment_by_filename": 14,
    "pre_option_posts_per_page": 1,
    "option_posts_per_page": 1,
    "pre_option_comments_per_page": 14,
    "option_comments_per_page": 14,
    "pre_option_page_for_posts": 58,
    "option_page_for_posts": 58,
    "pre_option_show_on_front": 187,
    "option_show_on_front": 187,
    "posts_search": 6,
    "posts_where": 6,
    "posts_join": 6,
    "posts_where_paged": 6,
    "posts_groupby": 6,
    "posts_join_paged": 6,
    "posts_orderby": 6,
    "posts_distinct": 6,
    "post_limits": 6,
    "posts_fields": 6,
    "posts_clauses": 6,
    "posts_where_request": 6,
    "posts_groupby_request": 6,
    "posts_join_request": 6,
    "posts_orderby_request": 6,
    "posts_distinct_request": 6,
    "posts_fields_request": 6,
    "post_limits_request": 6,
    "posts_clauses_request": 6,
    "posts_request": 6,
    "posts_pre_query": 14,
    "split_the_query": 6,
    "found_posts": 1,
    "posts_results": 5,
    "get_post_status": 94,
    "pre_option_sticky_posts": 7,
    "option_sticky_posts": 7,
    "the_posts": 5,
    "pre_option_close_comments_for_old_posts": 1,
    "option_close_comments_for_old_posts": 1,
    "wp_get_object_terms_args": 3,
    "get_terms_defaults": 8,
    "get_terms_args": 8,
    "get_terms_orderby": 8,
    "list_terms_exclusions": 8,
    "get_meta_sql": 15,
    "get_terms_fields": 8,
    "terms_clauses": 8,
    "terms_pre_query": 8,
    "get_terms": 5,
    "get_object_terms": 3,
    "wp_get_object_terms": 3,
    "update_post_metadata_cache": 17,
    "pre_handle_404": 1,
    "status_header": 1,
    "pre_option_html_type": 3,
    "option_html_type": 3,
    "pings_open": 2,
    "wp_headers": 1,
    "et_builder_default_post_types": 10,
    "et_builder_third_party_post_types": 2,
    "et_builder_enabled_builder_post_type_options": 1,
    "et_get_option_et_divi_et_pb_post_type_integration": 1,
    "et_builder_post_type_blocklist": 4,
    "et_builder_post_type_options_blocklist": 1,
    "et_builder_post_types": 1,
    "pre_option_page_on_front": 136,
    "option_page_on_front": 136,
    "meta_query_find_compatible_table_alias": 10,
    "pre_option_et_tb_templates_backup_75": 1,
    "default_option_et_tb_templates_backup_75": 1,
    "get_post_metadata": 892,
    "default_post_metadata": 39,
    "post_type_archive_link": 3,
    "et_theme_builder_template_settings_options_posts_with_specific_term": 5,
    "et_theme_builder_template_settings_options_term_pages": 6,
    "user_trailingslashit": 58,
    "et_theme_builder_template_settings_options": 1,
    "et_theme_builder_template_layouts": 1,
    "divi_frontend_assets_dynamic_assets_utils_should_generate_dynamic_assets": 1,
    "divi_frontend_assets_dynamic_assets_utils_use_dynamic_assets": 1,
    "divi_frontend_assets_dynamic_assets_utils_should_run_detection": 1,
    "the_title": 69,
    "run_wptexturize": 1,
    "no_texturize_tags": 72,
    "no_texturize_shortcodes": 72,
    "wp_date": 2,
    "get_post_time": 1,
    "get_the_date": 1,
    "get_the_author_ID": 1,
    "allowed_redirect_hosts": 2,
    "wps_hide_login_home_url": 2,
    "login_url": 2,
    "et_core_page_resource_current_post_id": 1,
    "et_core_page_resource_is_singular": 2,
    "post_password_required": 19,
    "et_get_option_et_divi_et_pb_css_in_footer": 4,
    "et_core_is_builder_used_on_current_request": 1,
    "sanitize_file_name_chars": 1,
    "mime_types": 1,
    "sanitize_file_name": 1,
    "divi_visual_builder_package_build_params_et-ai-app-style": 1,
    "et_get_option_et_divi_et_ai_layout_heading_font": 2,
    "et_get_option_et_divi_et_ai_layout_body_font": 2,
    "et_get_option_et_divi_et_ai_layout_heading_font_color": 2,
    "et_get_option_et_divi_et_ai_layout_body_font_color": 2,
    "et_get_option_et_divi_et_ai_layout_primary_color": 2,
    "et_get_option_et_divi_et_ai_layout_secondary_color": 2,
    "et_get_option_et_divi_et_ai_layout_site_description": 2,
    "et_get_option_et_divi_font_color": 2,
    "et_get_option_et_divi_header_color": 2,
    "et_get_option_et_divi_body_font": 9,
    "et_get_option_et_divi_heading_font": 5,
    "pre_site_transient_available_translations": 4,
    "pre_site_option__site_transient_timeout_available_translations": 4,
    "default_site_option__site_transient_timeout_available_translations": 4,
    "pre_option__site_transient_timeout_available_translations": 4,
    "default_option__site_transient_timeout_available_translations": 4,
    "site_option__site_transient_timeout_available_translations": 4,
    "pre_site_option__site_transient_available_translations": 4,
    "default_site_option__site_transient_available_translations": 4,
    "pre_option__site_transient_available_translations": 4,
    "option__site_transient_available_translations": 4,
    "site_option__site_transient_available_translations": 4,
    "site_transient_available_translations": 4,
    "pre_option_et_uploaded_fonts": 9,
    "default_option_et_uploaded_fonts": 9,
    "et_builder_custom_fonts": 9,
    "pre_option_et_google_api_settings": 36,
    "option_et_google_api_settings": 36,
    "pre_transient_fonts_cache_status": 10,
    "pre_option__transient_timeout_fonts_cache_status": 10,
    "default_option__transient_timeout_fonts_cache_status": 10,
    "pre_option__transient_fonts_cache_status": 10,
    "default_option__transient_fonts_cache_status": 10,
    "transient_fonts_cache_status": 10,
    "pre_option_et_google_fonts_cache": 10,
    "default_option_et_google_fonts_cache": 10,
    "et_builder_google_fonts": 10,
    "et_websafe_fonts": 15,
    "pre_site_option_et_automatic_updates_options": 2,
    "default_site_option_et_automatic_updates_options": 2,
    "pre_option_et_automatic_updates_options": 2,
    "option_et_automatic_updates_options": 2,
    "site_option_et_automatic_updates_options": 2,
    "pre_site_option_et_account_status": 2,
    "default_site_option_et_account_status": 2,
    "pre_option_et_account_status": 2,
    "option_et_account_status": 2,
    "site_option_et_account_status": 2,
    "divi_visual_builder_package_build_params_et-ai-app": 1,
    "et_is_ab_testing_active_post_id": 9,
    "et_is_display_conditions_functionality_enabled": 3,
    "pre_option_et_display_conditions_tracking_post_ids": 1,
    "default_option_et_display_conditions_tracking_post_ids": 1,
    "get_user_metadata": 244,
    "update_user_metadata_cache": 1,
    "content_pagination": 120,
    "et_builder_media_queries": 1,
    "divi_frontend_assets_critical_css_should_generate_critical_css": 8,
    "et_get_option_et_divi_divi_blog_style": 3,
    "divi_frontend_assets_static_css_module_style_manager": 3,
    "wp_using_themes": 2,
    "show_admin_bar": 4,
    "pre_option_wp_page_for_privacy_policy": 9,
    "option_wp_page_for_privacy_policy": 9,
    "divi_dynamic_assets_interaction_target_owner_post_ids": 7,
    "rest_route_for_post_type_items": 2,
    "rest_route_for_post": 2,
    "rest_queried_resource_route": 2,
    "pre_get_shortlink": 2,
    "get_shortlink": 2,
    "single_template_hierarchy": 1,
    "current_theme_supports-block-templates": 2,
    "pre_get_block_templates": 1,
    "pre_term_name": 3,
    "pre_wp_theme_name": 3,
    "get_term": 43,
    "get_wp_theme": 3,
    "posts_request_ids": 2,
    "default_template_types": 1,
    "get_block_templates": 1,
    "single_template": 1,
    "template_include": 1,
    "et_builder_used_in_wc_shop": 1,
    "language_attributes": 2,
    "bloginfo": 1,
    "et_get_option_et_divi_divi_seo_home_description": 1,
    "et_get_option_et_divi_divi_seo_single_description": 1,
    "et_get_option_et_divi_divi_seo_index_description": 1,
    "et_get_option_et_divi_divi_seo_home_keywords": 1,
    "et_get_option_et_divi_divi_seo_single_keywords": 1,
    "bloginfo_url": 1,
    "sanitize_html_class": 10,
    "theme_mod_background_color": 3,
    "theme_mod_background_image": 3,
    "theme_mod_custom_logo": 2,
    "pre_option_site_logo": 2,
    "default_option_site_logo": 2,
    "body_class": 2,
    "et_builder_bfb_enabled": 8,
    "pre_option_et_bfb_settings": 1,
    "option_et_bfb_settings": 1,
    "et_get_option_et_divi_color_schemes": 2,
    "et_get_option_et_divi_all_buttons_icon_placement": 3,
    "et_get_option_et_divi_all_buttons_icon_hover": 3,
    "et_get_option_et_divi_all_buttons_icon": 4,
    "et_get_option_et_divi_all_buttons_selected_icon": 4,
    "et_pb_side_nav_on_single": 2,
    "et_get_option_et_divi_boxed_layout": 2,
    "et_get_option_et_divi_cover_background": 2,
    "et_get_option_et_divi_use_sidebar_width": 2,
    "et_get_option_et_divi_gutter_width": 3,
    "et_get_option_et_divi_divi_smooth_scroll": 3,
    "et_get_option_et_divi_phone_number": 1,
    "et_get_option_et_divi_header_email": 1,
    "et_get_option_et_divi_show_header_social_icons": 1,
    "wp_nav_menu_args": 3,
    "pre_wp_nav_menu": 3,
    "wp_get_nav_menu_object": 5,
    "theme_mod_nav_menu_locations": 4,
    "et_get_option_et_divi_header_style": 11,
    "et_get_option_et_divi_show_search_icon": 2,
    "et_get_option_et_divi_menu_height": 2,
    "et_get_option_et_divi_divi_logo": 1,
    "et_get_attachment_id_by_url_pre": 1,
    "et_get_attachment_id_by_url_guid": 1,
    "wp_get_attachment_metadata": 15,
    "pre_option_blogname": 4,
    "option_blogname": 4,
    "et_get_option_et_divi_logo_height": 1,
    "et_html_logo_container": 1,
    "et_get_option_et_divi_minimized_menu_height": 1,
    "et_get_option_et_divi_divi_disable_toptier": 2,
    "et_get_option_et_divi_divi_home_link": 2,
    "et_get_option_et_divi_divi_menupages": 1,
    "et_get_option_et_divi_divi_enable_dropdowns": 1,
    "et_get_option_et_divi_divi_tiers_shown_pages": 1,
    "et_get_option_et_divi_divi_sort_pages": 1,
    "et_get_option_et_divi_divi_order_page": 1,
    "wp_list_pages_excludes": 1,
    "get_pages_query_args": 1,
    "get_pages": 1,
    "page_css_class": 3,
    "is_post_status_viewable": 52,
    "get_page_uri": 52,
    "_get_page_link": 4,
    "page_link": 6,
    "page_menu_link_attributes": 3,
    "wp_list_pages": 1,
    "et_get_option_et_divi_divi_menucats": 1,
    "et_get_option_et_divi_divi_categories_empty": 1,
    "et_get_option_et_divi_divi_enable_dropdowns_categories": 1,
    "et_get_option_et_divi_divi_tiers_shown_categories": 1,
    "et_get_option_et_divi_divi_sort_cat": 1,
    "et_get_option_et_divi_divi_order_cat": 1,
    "get_categories_taxonomy": 2,
    "get_category": 3,
    "list_cats": 1,
    "pre_term_link": 1,
    "get_ancestors": 1,
    "category_link": 1,
    "term_link": 1,
    "category_list_link_attributes": 1,
    "category_css_class": 1,
    "wp_list_categories": 1,
    "get_search_query": 1,
    "et_html_main_header": 1,
    "wp_img_tag_add_auto_sizes": 25,
    "current_theme_supports-title-tag": 1,
    "pre_get_document_title": 1,
    "pre_option_blogdescription": 1,
    "option_blogdescription": 1,
    "et_get_option_et_divi_divi_seo_single_field_title": 1,
    "et_get_option_et_divi_divi_seo_single_title": 1,
    "et_get_option_et_divi_divi_seo_single_type": 1,
    "et_get_option_et_divi_divi_seo_single_separate": 1,
    "single_post_title": 1,
    "et_builder_global_feature_cache_enabled": 3,
    "pre_option__et_builder_gf_feature_cache": 1,
    "default_option__et_builder_gf_feature_cache": 1,
    "pre_transient__et_builder_gf_feature_cache": 1,
    "pre_option__transient_timeout__et_builder_gf_feature_cache": 1,
    "option__transient_timeout__et_builder_gf_feature_cache": 1,
    "pre_option__transient__et_builder_gf_feature_cache": 1,
    "option__transient__et_builder_gf_feature_cache": 1,
    "transient__et_builder_gf_feature_cache": 1,
    "et_get_option_et_divi_divi_google_fonts_inline": 1,
    "et_builder_google_fonts_is_enabled": 1,
    "et_get_option_et_divi_divi_gf_enable_all_character_sets": 3,
    "et_get_option_et_divi_divi_show_pagescomments": 1,
    "comments_open": 4,
    "gettext_divi": 2,
    "et_get_option_et_divi_all_buttons_font": 3,
    "et_get_option_et_divi_primary_nav_font": 1,
    "et_get_option_et_divi_secondary_nav_font": 1,
    "et_get_option_et_divi_slide_nav_font": 1,
    "post_content": 3,
    "pre_option_et_divi_builder_global_presets_d5": 1,
    "option_et_divi_builder_global_presets_d5": 1,
    "divi_migration_focus_fields_modules": 51,
    "pre_option_et_divi_global_variables": 1,
    "option_et_divi_global_variables": 1,
    "et_get_option_et_divi_divi_skip_font_subset_force": 2,
    "et_builder_set_character_set": 2,
    "et_get_option_et_divi_vertical_nav": 1,
    "et_get_option_et_divi_hide_nav": 1,
    "et_get_option_et_divi_divi_back_to_top": 1,
    "et_get_option_et_divi_primary_nav_bg": 1,
    "et_get_option_et_divi_divi_enable_jquery_compatibility": 2,
    "et_get_option_et_divi_divi_integration_head": 2,
    "et_get_option_et_divi_divi_integration_body": 1,
    "et_get_option_et_divi_divi_integration_single_top": 1,
    "et_get_option_et_divi_divi_integration_single_bottom": 1,
    "divi_front_end_register_scripts_enable": 4,
    "divi_front_end_register_scripts_dependencies": 4,
    "divi_front_end_register_module_script": 1,
    "et_pb_enqueue_google_maps_script": 1,
    "divi_frontend_assets_dynamic_assets_utils_module_feature_detection_map": 1,
    "et_get_option_et_divi_divi_defer_block_css": 2,
    "divi_front_end_is_ab_testing_active_post_id": 1,
    "et_pb_widget_search_selector": 1,
    "divi_front_end_widget_search_selector": 1,
    "et_builder_waypoints_options": 1,
    "divi_front_end_waypoints_options": 1,
    "pre_option_wordfenceActivated": 1,
    "default_option_wordfenceActivated": 1,
    "et_get_option_et_divi_accent_color": 1,
    "et_builder_accent_color": 1,
    "et_core_enqueued_style_handle": 8,
    "wp_preload_resources": 1,
    "wp_robots": 1,
    "styles_inline_size_limit": 2,
    "wp_resource_hints": 4,
    "current_theme_supports-automatic-feed-links": 1,
    "feed_links_args": 1,
    "feed_links_show_posts_feed": 1,
    "default_feed": 5,
    "feed_content_type": 2,
    "feed_link": 2,
    "feed_links_show_comments_feed": 2,
    "feed_links_extra_args": 1,
    "feed_links_extra_show_post_comments_feed": 1,
    "is_post_embeddable": 1,
    "post_type_link": 48,
    "oembed_endpoint_url": 2,
    "oembed_discovery_links": 1,
    "et_get_option_et_divi_divi_color_scheme": 1,
    "et_get_additional_color_scheme": 1,
    "et_get_option_et_divi_divi_child_cssurl": 1,
    "et_get_option_et_divi_divi_child_css": 1,
    "et_get_option_et_divi_divi_custom_colors": 1,
    "et_builder_optimized_style_handle": 1,
    "et_builder_get_minified_styles": 1,
    "print_styles_array": 1,
    "style_loader_src": 9,
    "style_loader_tag": 9,
    "et_get_option_et_divi_divi_enable_jquery_body_super": 1,
    "et_builder_get_minified_scripts": 1,
    "print_scripts_array": 1,
    "print_head_scripts": 1,
    "locale_stylesheet_uri": 1,
    "wp_generator_type": 1,
    "get_the_generator_xhtml": 1,
    "the_generator": 1,
    "get_canonical_url": 1,
    "et_get_option_et_divi_divi_favicon": 1,
    "pre_option_site_icon": 7,
    "option_site_icon": 7,
    "get_attached_file": 7,
    "image_downsize": 7,
    "wp_get_attachment_url": 11,
    "editor_max_image_size": 11,
    "wp_constrain_dimensions": 35,
    "wp_get_attachment_image_src": 7,
    "get_site_icon_url": 7,
    "sanitize_option_et_divi": 1,
    "pre_update_option_et_divi": 1,
    "wp_theme_json_data_default": 2,
    "wp_theme_json_data_blocks": 2,
    "wp_theme_json_data_theme": 2,
    "wp_theme_json_data_user": 2,
    "image_get_intermediate_size": 4,
    "site_icon_meta_tags": 1,
    "theme_mod_custom_css_post_id": 2,
    "wp_get_custom_css": 1,
    "pre_option_https_migration_required": 2,
    "default_option_https_migration_required": 2,
    "wp_should_replace_insecure_home_url": 2,
    "et_core_page_resource_tag": 1,
    "et_builder_outer_content_class": 1,
    "et_builder_outer_content_id": 1,
    "et_builder_render_layout": 2,
    "pre_option_et_pb_role_settings": 1,
    "option_et_pb_role_settings": 1,
    "editable_roles": 212,
    "divi_front_end_block_parser_reset_order_index": 3,
    "divi_front_end_block_parser_new_store_instance": 3,
    "divi_module_dynamic_data_resolved_value": 238,
    "divi_module_dynamic_content_resolved_value": 124,
    "divi_module_dynamic_content_options": 42,
    "et_builder_get_public_post_types": 250,
    "intermediate_image_sizes": 42,
    "pre_option_thumbnail_size_w": 42,
    "option_thumbnail_size_w": 42,
    "pre_option_thumbnail_size_h": 42,
    "option_thumbnail_size_h": 42,
    "pre_option_medium_size_w": 42,
    "option_medium_size_w": 42,
    "pre_option_medium_size_h": 42,
    "option_medium_size_h": 42,
    "pre_option_large_size_w": 42,
    "option_large_size_w": 42,
    "pre_option_large_size_h": 42,
    "option_large_size_h": 42,
    "pre_transient_divi_module_dynamic_content_most_used_post_meta_keys": 42,
    "pre_option__transient_timeout_divi_module_dynamic_content_most_used_post_meta_keys": 42,
    "option__transient_timeout_divi_module_dynamic_content_most_used_post_meta_keys": 42,
    "pre_option__transient_divi_module_dynamic_content_most_used_post_meta_keys": 42,
    "option__transient_divi_module_dynamic_content_most_used_post_meta_keys": 42,
    "transient_divi_module_dynamic_content_most_used_post_meta_keys": 42,
    "pre_transient_divi_module_dynamic_content_most_used_term_meta_keys": 42,
    "pre_option__transient_timeout_divi_module_dynamic_content_most_used_term_meta_keys": 42,
    "option__transient_timeout_divi_module_dynamic_content_most_used_term_meta_keys": 42,
    "pre_option__transient_divi_module_dynamic_content_most_used_term_meta_keys": 42,
    "option__transient_divi_module_dynamic_content_most_used_term_meta_keys": 42,
    "transient_divi_module_dynamic_content_most_used_term_meta_keys": 42,
    "post_author": 124,
    "divi_module_dynamic_content_resolved_value_gvid-yfxqg4l5jp": 1,
    "divi_module_dynamic_content_resolved_value_gvid-cfbl00ofc5": 1,
    "divi_module_dynamic_content_resolved_value_home_url": 1,
    "divi_module_dynamic_content_resolved_value_gvid-x2q0wzut80": 1,
    "divi_module_dynamic_content_resolved_value_gvid-hwqzyyib6o": 1,
    "divi_block_parser_block_to_class_map": 234,
    "et_theme_builder_layout_types": 162,
    "et_builder_module_order_adjusted_index": 162,
    "pre_render_block": 162,
    "render_block_data": 162,
    "render_block_context": 162,
    "interactivity_process_directives": 162,
    "block_bindings_supported_attributes": 162,
    "block_bindings_supported_attributes_divi/placeholder": 3,
    "get_block_type_uses_context": 159,
    "block_bindings_supported_attributes_divi/section": 6,
    "block_bindings_supported_attributes_divi/row": 12,
    "block_bindings_supported_attributes_divi/column": 12,
    "block_bindings_supported_attributes_divi/group": 29,
    "block_bindings_supported_attributes_divi/text": 31,
    "divi_module_library_module_default_printed_style_attributes": 16,
    "divi_module_library_module_default_printed_style_attributes_divi/text": 1,
    "divi_module_library_module_default_attributes": 16,
    "divi_module_library_module_default_attributes_divi/text": 1,
    "divi_module_library_register_module_attrs": 159,
    "divi_module_options_sticky_incompatible_attr_path_value": 11,
    "divi_module_library_module_default_attributes_divi/group": 1,
    "pre_option_et_divi_builder_breakpoints": 1,
    "option_et_divi_builder_breakpoints": 1,
    "et_builder_order_class_name_suffix_map": 300,
    "divi_module_library_register_module_render_block": 159,
    "tag_escape": 287,
    "divi_module_utils_states": 24,
    "divi_breakpoint_state": 42,
    "divi_module_elements_before_render": 85,
    "divi_module_elements_render": 85,
    "divi_module_elements_after_render": 85,
    "divi_module_options_element_style_components": 17,
    "divi_module_classnames_value": 159,
    "divi_module_wrapper_classnames_value": 159,
    "divi_module_wrapper_render": 159,
    "divi_loop_rendered_output": 159,
    "render_block": 162,
    "render_block_divi/text": 31,
    "divi_module_library_module_default_printed_style_attributes_divi/group": 1,
    "divi_module_library_module_default_attributes_divi/column": 1,
    "render_block_divi/group": 29,
    "block_bindings_supported_attributes_divi/button": 12,
    "divi_module_library_module_default_printed_style_attributes_divi/button": 1,
    "divi_module_library_module_default_attributes_divi/button": 1,
    "divi_icon_library_font_icon_types": 61,
    "divi_framework_customizer_settings_values": 1,
    "et_get_option_et_divi_all_buttons_bg_color": 2,
    "et_get_option_et_divi_all_buttons_bg_color_hover": 2,
    "et_get_option_et_divi_all_buttons_border_width": 1,
    "et_get_option_et_divi_all_buttons_border_color": 2,
    "et_get_option_et_divi_all_buttons_border_radius": 1,
    "et_get_option_et_divi_all_buttons_border_color_hover": 1,
    "et_get_option_et_divi_all_buttons_border_radius_hover": 1,
    "et_get_option_et_divi_all_buttons_icon_color": 1,
    "et_get_option_et_divi_all_buttons_font_size": 2,
    "et_get_option_et_divi_all_buttons_text_color": 2,
    "et_get_option_et_divi_all_buttons_spacing": 1,
    "et_get_option_et_divi_all_buttons_font_style": 1,
    "et_get_option_et_divi_all_buttons_text_color_hover": 2,
    "et_get_option_et_divi_all_buttons_spacing_hover": 1,
    "divi_style_library_declarations_transition_animatable_options": 3,
    "render_block_divi/button": 12,
    "divi_module_library_module_default_printed_style_attributes_divi/column": 1,
    "divi_module_library_module_default_attributes_divi/row": 1,
    "render_block_divi/column": 12,
    "divi_module_library_module_default_printed_style_attributes_divi/row": 1,
    "divi_module_library_module_default_attributes_divi/section": 1,
    "render_block_divi/row": 12,
    "block_bindings_supported_attributes_divi/menu": 1,
    "divi_module_library_module_default_printed_style_attributes_divi/menu": 1,
    "divi_module_library_module_default_attributes_divi/menu": 1,
    "divi_menu_args": 1,
    "get_nav_menu": 37,
    "pre_wp_setup_nav_menu_item": 40,
    "nav_menu_attr_title": 40,
    "wp_trim_words": 40,
    "nav_menu_description": 40,
    "wp_setup_nav_menu_item": 40,
    "wp_get_nav_menu_items": 2,
    "wp_nav_menu_objects": 1,
    "privacy_policy_url": 1,
    "nav_menu_item_args": 6,
    "nav_menu_css_class": 6,
    "nav_menu_item_id": 6,
    "nav_menu_item_attributes": 6,
    "nav_menu_item_title": 6,
    "nav_menu_link_attributes": 6,
    "walker_nav_menu_start_el": 6,
    "wp_nav_menu_items": 1,
    "wp_nav_menu_main-menu_items": 1,
    "wp_nav_menu": 1,
    "render_block_divi/menu": 1,
    "divi_module_library_module_default_printed_style_attributes_divi/section": 1,
    "divi_module_library_section_has_sibling_attrs": 6,
    "render_block_divi/section": 6,
    "render_block_divi/placeholder": 3,
    "et_builder_layout_id": 3,
    "et_builder_layout_class": 3,
    "et_builder_inner_content_class": 3,
    "et_builder_layout_extra_attrs": 3,
    "et_builder_add_outer_content_wrap": 3,
    "wp_lazy_loading_enabled": 37,
    "divi_loop_data_before_execution": 1,
    "divi_loop_data_after_execution": 1,
    "divi_module_options_loop_menus_results_query_args": 1,
    "divi_module_dynamic_content_resolved_value_loop_menu_classes": 34,
    "divi_module_dynamic_content_resolved_value_loop_menu_text": 34,
    "divi_module_dynamic_content_resolved_value_loop_menu_link": 34,
    "divi_module_dynamic_content_resolved_value_gvid-pcseiisb70": 1,
    "divi_module_dynamic_content_resolved_value_gvid-pv0ii4agil": 1,
    "divi_module_dynamic_content_resolved_value_post_link_url_docs": 9,
    "wp_kses_allowed_html": 2,
    "divi_module_dynamic_content_resolved_value_post_title": 1,
    "divi_module_dynamic_content_resolved_value_gvid-2wm3bw8m4w": 1,
    "divi_module_dynamic_content_resolved_value_gvid-b14fw34sin": 1,
    "block_bindings_supported_attributes_divi/link": 34,
    "divi_module_library_module_default_printed_style_attributes_divi/link": 1,
    "divi_module_library_module_default_attributes_divi/link": 1,
    "render_block_divi/link": 34,
    "block_bindings_supported_attributes_divi/breadcrumbs": 1,
    "divi_module_library_module_default_printed_style_attributes_divi/breadcrumbs": 1,
    "divi_module_library_module_default_attributes_divi/breadcrumbs": 1,
    "render_block_divi/breadcrumbs": 1,
    "block_bindings_supported_attributes_divi/table-of-contents": 1,
    "divi_module_library_module_default_printed_style_attributes_divi/table-of-contents": 1,
    "divi_module_library_module_default_attributes_divi/table-of-contents": 1,
    "render_block_divi/table-of-contents": 1,
    "block_bindings_supported_attributes_divi/post-content": 1,
    "divi_module_library_module_default_printed_style_attributes_divi/post-content": 1,
    "divi_module_library_module_default_attributes_divi/post-content": 1,
    "the_content": 1,
    "hooked_block_types": 302,
    "divi_module_dynamic_content_resolved_value_gvid-j9fxd9ddv9": 1,
    "divi_module_dynamic_content_resolved_value_gvid-o7ocxer48w": 1,
    "divi_module_dynamic_content_resolved_value_gvid-chavcrggaa": 1,
    "block_bindings_supported_attributes_divi/video": 1,
    "divi_module_library_module_default_printed_style_attributes_divi/video": 1,
    "divi_module_library_module_default_attributes_divi/video": 1,
    "et_get_option_et_divi_divi_dynamic_module_framework": 1,
    "et_builder_post_feature_cache_enabled": 1,
    "et_get_option_et_divi_builder_global_presets_history_migrated": 1,
    "pre_option_et_divi_builder_presets_history_meta": 2,
    "option_et_divi_builder_presets_history_meta": 2,
    "render_block_divi/video": 1,
    "block_bindings_supported_attributes_divi/code": 1,
    "divi_module_library_module_default_printed_style_attributes_divi/code": 1,
    "divi_module_library_module_default_attributes_divi/code": 1,
    "pre_do_shortcode_tag": 1,
    "number_format_i18n": 32,
    "do_shortcode_tag": 1,
    "render_block_divi/code": 1,
    "block_bindings_supported_attributes_divi/icon": 8,
    "divi_module_library_module_default_printed_style_attributes_divi/icon": 1,
    "divi_module_library_module_default_attributes_divi/icon": 1,
    "render_block_divi/icon": 8,
    "block_bindings_supported_attributes_divi/image": 8,
    "divi_module_library_module_default_printed_style_attributes_divi/image": 1,
    "divi_module_library_module_default_attributes_divi/image": 1,
    "post_thumbnail_id": 8,
    "render_block_divi/image": 8,
    "divi_module_options_animation_data": 8,
    "et_pb_post_format": 1,
    "pre_wp_get_loading_optimization_attributes": 27,
    "wp_loading_optimization_force_header_contexts": 25,
    "wp_min_priority_img_pixels": 26,
    "wp_get_loading_optimization_attributes": 27,
    "wp_iframe_tag_add_loading_attr": 3,
    "wp_img_tag_add_decoding_attr": 8,
    "wp_img_tag_add_loading_attr": 24,
    "wp_content_img_tag": 24,
    "render_block_divi/post-content": 1,
    "block_bindings_supported_attributes_divi/post-nav": 1,
    "divi_module_library_module_default_printed_style_attributes_divi/post-nav": 1,
    "divi_module_library_module_default_attributes_divi/post-nav": 1,
    "get_next_post_excluded_terms": 1,
    "get_next_post_join": 1,
    "get_next_post_where": 1,
    "scpo_reverse_adjacent_posts": 4,
    "get_next_post_sort": 1,
    "get_previous_post_excluded_terms": 1,
    "get_previous_post_join": 1,
    "get_previous_post_where": 1,
    "get_previous_post_sort": 1,
    "render_block_divi/post-nav": 1,
    "wp_theme_json_get_style_nodes": 2,
    "safe_style_css": 28,
    "safecss_filter_attr_allow_css": 28,
    "pre_transient_wp_styles_for_blocks": 1,
    "pre_option__transient_wp_styles_for_blocks": 1,
    "option__transient_wp_styles_for_blocks": 1,
    "transient_wp_styles_for_blocks": 1,
    "pre_wp_filesize": 1,
    "wp_filesize": 1,
    "et_get_option_et_divi_body_font_weight": 1,
    "et_get_option_et_divi_heading_font_weight": 1,
    "et_get_option_et_divi_body_font_size": 1,
    "et_get_option_et_divi_body_font_height": 1,
    "et_get_option_et_divi_tablet_body_font_size": 1,
    "et_get_option_et_divi_phone_body_font_size": 1,
    "wp_speculation_rules_configuration": 1,
    "wp_speculation_rules_href_exclude_paths": 1,
    "wp_inline_script_attributes": 1,
    "theme_mod_dct_developer_assets": 1,
    "theme_mod_dct_developer_cpt": 1,
    "theme_mod_dct_developer_tax": 1,
    "theme_mod_dct_developer_cf": 1,
    "theme_mod_dct_customizer_dashboard_widget": 1,
    "theme_mod_et_pb_css_synced": 1,
    "theme_mod_et_updated_layouts_built_for_post_types": 1,
    "theme_mod_sidebars_widgets": 1
}

Environment

{
    "Site URL": "https://www.dctforwp.com",
    "Theme basepath": "https://www.dctforwp.com/wp-content/themes/dct-child-theme",
    "Theme name": "DCT for WP",
    "Theme version": "1.2.0",
    "WordPress version": "7.1",
    "PHP version": "8.2.33"
}

Server information

Server info: Linux elastic04.evalice.net 4.18.0-553.126.2.lve.el7h.x86_64 #1 SMP Thu May 28 15:00:05 UTC 2026 x86_64
PHP version: 8.2.33
PHP extensions 47
[
    "Core",
    "date",
    "libxml",
    "openssl",
    "pcre",
    "zlib",
    "filter",
    "hash",
    "json",
    "pcntl",
    "random",
    "Reflection",
    "SPL",
    "session",
    "standard",
    "cgi-fcgi",
    "bcmath",
    "calendar",
    "ctype",
    "curl",
    "dom",
    "mbstring",
    "fileinfo",
    "ftp",
    "gd",
    "gettext",
    "iconv",
    "imap",
    "intl",
    "exif",
    "mysqlnd",
    "PDO",
    "Phar",
    "posix",
    "SimpleXML",
    "sockets",
    "sqlite3",
    "tokenizer",
    "xml",
    "xmlwriter",
    "xsl",
    "zip",
    "mysqli",
    "pdo_mysql",
    "pdo_sqlite",
    "xmlreader",
    "i360"
]

Debugger log: PHP

0
Sort default: new at the bottom
Sort reversed: new at the top

18:24:25 > INFO: DCT Child Theme: DCT for WP v1.2.0

Hook: init
Output: {
    "Name": "DCT for WP",
    "Version": "1.2.0",
    "Description": "Dynamic Child Theme for WP Public release",
    "ThemeURI": "https://www.dctforwp.com",
    "Author": "Estudi FGH.net",
    "AuthorURI": "https://www.estudifgh.net",
    "Template": "Divi",
    "TextDomain": "dct",
    "DomainPath": "",
    "Status": "publish",
    "Stylesheet": "dct-child-theme",
    "StylesheetURI": "https://www.dctforwp.com/wp-content/themes/dct-child-theme"
}

18:24:25 * WARNING: Debug mode enabled! Use only in development.

Hook: init

18:24:26 > Custom function to enqueue default admin assets on frontend.

Hook: wp_enqueue_scripts

18:24:26 * WARNING: Asset already enqueued: dct-base-js (JS)

Hook: wp_enqueue_scripts
Output: {
    "name": "dct-base-js",
    "type": "js",
    "path": "/includes/js/dct-base.min.js",
    "url": "https://www.dctforwp.com/wp-content/themes/dct-child-theme/includes/js/dct-base.min.js",
    "local": true,
    "version": "child",
    "requires": true,
    "error": "Asset already enqueued: dct-base-js (JS)"
}

18:24:26 > INFO: All frontend assets enqueued: 11

Hook: wp_enqueue_scripts
Output: {
    "css": [
        "dct-style",
        "colors-panel-scss",
        "child-theme-style"
    ],
    "js": [
        "dct-base-js",
        "dct-admin-js",
        "gsap-min-js",
        "ScrollTrigger-min-js",
        "Draggable-min-js",
        "InertiaPlugin-min-js",
        "SplitText-min-js",
        "custom-js"
    ]
}

18:24:26 > Created shortcode form default custom files

Hook: the_content
Output: {
    "action_edit": "true",
    "classes": "docs-button-custom-file-demo"
}

18:24:26 > INFO: Updated PHP object $dct

Hook: wp_footer
Output: {
    "debug": {
        "enabled": true,
        "advanced": false,
        "maintenance": false
    },
    "scss_compiler": {
        "minify": false,
        "autocompile": true
    },
    "colors": {
        "primary": "#3fa6a5",
        "primary-dark": "#2a6e6d",
        "primary-darker": "#153736",
        "primary-light": "#6bc6c5",
        "primary-lighter": "#a2dbda",
        "primary-comp": "#a63f40",
        "label-debug": "#cddfcf",
        "label-debug-dark": "#a6c6aa",
        "label-debug-darker": "#7fad84",
        "label-debug-light": "#f4f8f4",
        "label-debug-lighter": "#ffffff",
        "label-design": "#dcdfcd",
        "label-design-dark": "#c0c6a6",
        "label-design-darker": "#a5ad7f",
        "label-design-light": "#f7f8f4",
        "label-design-lighter": "#ffffff",
        "label-develop": "#dfd6cd",
        "label-develop-dark": "#c6b6a6",
        "label-develop-darker": "#ad967f",
        "label-develop-light": "#f8f6f4",
        "label-develop-lighter": "#ffffff",
        "label-customize": "#dfcdcd",
        "label-customize-dark": "#c6a6a6",
        "label-customize-darker": "#ad7f7f",
        "label-customize-light": "#f8f4f4",
        "label-customize-lighter": "#ffffff",
        "label-code": "#dbc9dc",
        "label-code-dark": "#c1a3c3",
        "label-code-darker": "#a87daa",
        "label-code-light": "#f5f1f5",
        "label-code-lighter": "#ffffff",
        "background-grey": "#f0f0f0",
        "background-grey-hover": "#e4e4e4"
    },
    "fonts": {
        "font-title": "'Roboto', sans-serif",
        "font-body": "'Roboto', sans-serif",
        "font-code": "'Roboto Mono', Courier New, monospace"
    },
    "sizes": {
        "site-max-width": "1000px",
        "menu-top-height": "82px",
        "docs-sidebar-width": "300px"
    },
    "assets": {
        "css": [
            "dct-style",
            "colors-panel-scss",
            "child-theme-style"
        ],
        "js": [
            "dct-base-js",
            "dct-admin-js",
            "gsap-min-js",
            "ScrollTrigger-min-js",
            "Draggable-min-js",
            "InertiaPlugin-min-js",
            "SplitText-min-js",
            "custom-js"
        ]
    },
    "customizer": {
        "preloader": true,
        "admin_panel": true,
        "login_page": true
    },
    "theme": {
        "Name": "DCT for WP",
        "Version": "1.2.0",
        "Description": "Dynamic Child Theme for WP Public release",
        "ThemeURI": "https://www.dctforwp.com",
        "Author": "Estudi FGH.net",
        "AuthorURI": "https://www.estudifgh.net",
        "Template": "Divi",
        "TextDomain": "dct",
        "DomainPath": "",
        "Status": "publish",
        "Stylesheet": "dct-child-theme",
        "StylesheetURI": "https://www.dctforwp.com/wp-content/themes/dct-child-theme"
    },
    "post": {
        "post_title": "Get started",
        "post_id": 501,
        "post_type": "docs",
        "post_status": "publish",
        "post_date": "03/08/2026",
        "post_author": ""
    },
    "user": {
        "user_login": false,
        "user_id": 0,
        "user_name": false,
        "user_email": false,
        "user_roles": null
    },
    "conditionals": {
        "is_admin": false,
        "is_blog_admin": false,
        "is_login": false,
        "is_front_page": false,
        "is_home": false,
        "is_singular": true,
        "is_single": true,
        "is_page": false,
        "is_archive": false,
        "is_category": false,
        "is_tag": false,
        "is_date": false,
        "is_attachment": false,
        "is_author": false,
        "is_page_template": false,
        "is_paged": false,
        "is_post_type_archive": false,
        "is_search": false,
        "is_404": false,
        "is_ssl": true
    },
    "environment": {
        "Site URL": "https://www.dctforwp.com",
        "Theme basepath": "https://www.dctforwp.com/wp-content/themes/dct-child-theme",
        "Theme name": "DCT for WP",
        "Theme version": "1.2.0",
        "WordPress version": "7.1",
        "PHP version": "8.2.33"
    },
    "language": {
        "locale": "en_US",
        "user_locale": "en_US"
    }
}

No logs with selected filters.

Log is empty.

Debugger errors log: PHP

0

Errors log is empty.

PHP object $dct

{
    "debug": {
        "enabled": true,
        "advanced": false,
        "maintenance": false
    },
    "scss_compiler": {
        "minify": false,
        "autocompile": true
    },
    "colors": {
        "primary": "#3fa6a5",
        "primary-dark": "#2a6e6d",
        "primary-darker": "#153736",
        "primary-light": "#6bc6c5",
        "primary-lighter": "#a2dbda",
        "primary-comp": "#a63f40",
        "label-debug": "#cddfcf",
        "label-debug-dark": "#a6c6aa",
        "label-debug-darker": "#7fad84",
        "label-debug-light": "#f4f8f4",
        "label-debug-lighter": "#ffffff",
        "label-design": "#dcdfcd",
        "label-design-dark": "#c0c6a6",
        "label-design-darker": "#a5ad7f",
        "label-design-light": "#f7f8f4",
        "label-design-lighter": "#ffffff",
        "label-develop": "#dfd6cd",
        "label-develop-dark": "#c6b6a6",
        "label-develop-darker": "#ad967f",
        "label-develop-light": "#f8f6f4",
        "label-develop-lighter": "#ffffff",
        "label-customize": "#dfcdcd",
        "label-customize-dark": "#c6a6a6",
        "label-customize-darker": "#ad7f7f",
        "label-customize-light": "#f8f4f4",
        "label-customize-lighter": "#ffffff",
        "label-code": "#dbc9dc",
        "label-code-dark": "#c1a3c3",
        "label-code-darker": "#a87daa",
        "label-code-light": "#f5f1f5",
        "label-code-lighter": "#ffffff",
        "background-grey": "#f0f0f0",
        "background-grey-hover": "#e4e4e4"
    },
    "fonts": {
        "font-title": "'Roboto', sans-serif",
        "font-body": "'Roboto', sans-serif",
        "font-code": "'Roboto Mono', Courier New, monospace"
    },
    "sizes": {
        "site-max-width": "1000px",
        "menu-top-height": "82px",
        "docs-sidebar-width": "300px"
    },
    "assets": {
        "css": [
            "dct-style",
            "colors-panel-scss",
            "child-theme-style"
        ],
        "js": [
            "dct-base-js",
            "dct-admin-js",
            "gsap-min-js",
            "ScrollTrigger-min-js",
            "Draggable-min-js",
            "InertiaPlugin-min-js",
            "SplitText-min-js",
            "custom-js"
        ]
    },
    "customizer": {
        "preloader": true,
        "admin_panel": true,
        "login_page": true
    },
    "theme": {
        "Name": "DCT for WP",
        "Version": "1.2.0",
        "Description": "Dynamic Child Theme for WP Public release",
        "ThemeURI": "https://www.dctforwp.com",
        "Author": "Estudi FGH.net",
        "AuthorURI": "https://www.estudifgh.net",
        "Template": "Divi",
        "TextDomain": "dct",
        "DomainPath": "",
        "Status": "publish",
        "Stylesheet": "dct-child-theme",
        "StylesheetURI": "https://www.dctforwp.com/wp-content/themes/dct-child-theme"
    },
    "post": {
        "post_title": "Get started",
        "post_id": 501,
        "post_type": "docs",
        "post_status": "publish",
        "post_date": "03/08/2026",
        "post_author": ""
    },
    "user": {
        "user_login": false,
        "user_id": 0,
        "user_name": false,
        "user_email": false,
        "user_roles": null
    },
    "conditionals": {
        "is_admin": false,
        "is_blog_admin": false,
        "is_login": false,
        "is_front_page": false,
        "is_home": false,
        "is_singular": true,
        "is_single": true,
        "is_page": false,
        "is_archive": false,
        "is_category": false,
        "is_tag": false,
        "is_date": false,
        "is_attachment": false,
        "is_author": false,
        "is_page_template": false,
        "is_paged": false,
        "is_post_type_archive": false,
        "is_search": false,
        "is_404": false,
        "is_ssl": true
    },
    "environment": {
        "Site URL": "https://www.dctforwp.com",
        "Theme basepath": "https://www.dctforwp.com/wp-content/themes/dct-child-theme",
        "Theme name": "DCT for WP",
        "Theme version": "1.2.0",
        "WordPress version": "7.1",
        "PHP version": "8.2.33"
    },
    "language": {
        "locale": "en_US",
        "user_locale": "en_US"
    }
}

Debugger log: JS

0
Sort default: new at the bottom
Sort reversed: new at the top

No logs with selected filters.

Log is empty.

JS object $dct