Docs: Help

About Help

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

Help

Admin panel page with help listed in categories.

Settings Dashboard

Child theme dashboard that provides quick options, current status and general information.

Settings Edit child theme

Edit the current child's theme basic information, like name, version, template and author.

  • Theme name: Name of current child theme.
  • Theme version: Version of current child theme. Used for cache purposes on assets enqueue.
  • Theme description: Short description for current child theme.
  • Theme template: Parent theme used by current child theme. Select any installed theme to use as template.
  • Theme url: Website related to current child theme.
  • Theme auhor: Child theme author name and website.

On update: Child theme base style.scss file will be updated and compiled with new theme information.
On reset: Child theme base style.scss file will be reset and compiled with default settings and template twentytwentyfive

Settings Child theme screenshot

Update the current child theme preview screenshot, used in menu Appearance: Themes.

Click on preview image to select/upload a custom image from the media library.
Recommended image format and size: JPG | 1200 x 900px
On update/reset: Selected/default image will be copied to child theme's folder, replacing current file screenshot.jpg

Settings Status

Child theme and SCSS compiler current status, general information and tools.

Settings Tools: Reset theme mods

Remove current child theme mods fields from database and regenerate with default values.

Select a group type or single theme mod to reset, useful when changing template to remove parent theme related fields.
On update: Selected theme mods will be deleted, and regenerated with default values on next load if required.

Settings Tools: Reset custom fields

Delete custom files and reset to default templates.
Select a group type or single custom file to reset.

All custom files are organized by extension subfolders in the child theme custom folder.: wp-content/themes/dct-child-theme/custom/
Any custom file or extension subfolder deleted with FTP will be regenerated with the default template on next load.
On update: Selected custom files will be deleted and regenerated with default template.

Debugger Debugger options

Enable debug mode to use debugger panel for administrators and related functions during development.

The debugger panel can be accessed only by administrators in frontend and admin panel from the admin topbar button. It contains information about current post queries, theme status, PHP and JS logs and other information.

  • Debug mode: Enables debugger panel for administrators in frontend and admin panel, with PHP and JS logs, post queries, child theme status and other information.
    Recommended only in development.
  • Debug mode advanced: Adds more verbose to PHP and JS logs and enables developer mode in admin panel.
    Recommended only in development, for advanced users.

Debugger How to debug

Use debugger panel log for PHP and JS

Add an entry to the debugger panel log in PHP and JS custom files code:

dct_debug(text, variable, level, advanced);

Use this function to debug any variable type with a custom level when debug mode is enabled. In JS, also logs to the browser console.
  • text: Text to debug. Default: empty.
  • var: Variable to debug (any type). Default: empty.
  • level: Level of log entry, allows filtering. Options: "log" (default), "info", "success", "warning", "error".
  • advanced: Only log when debug mode advanced is enabled. Default: false.
  • var_table: Only for JS. Log variable to console in table format. Default: false.

How to use dct_debug function with custom files code:

Use $dct object in PHP and JS

Object $dct contains information about your child theme, environment and current page that can be used in custom JS and PHP code.


How to use global $dct object with custom files code:

Current $dct object contents:
{
    "debug": {
        "enabled": true,
        "advanced": false,
        "maintenance": false
    },
    "scss_compiler": {
        "minify": true,
        "autocompile": false
    },
    "colors": {
        "primary": "#3fa6a5",
        "primary-dark": "#2a6e6d",
        "primary-darker": "#153736",
        "primary-light": "#6bc6c5",
        "primary-lighter": "#a2dbda",
        "primary-comp": "#a63f40"
    },
    "fonts": [],
    "sizes": [],
    "assets": {
        "css": [
            "dct-style-admin",
            "dct-style"
        ],
        "js": [
            "dct-base-js",
            "dct-admin-js",
            "gsap-min-js",
            "ScrollTrigger-min-js",
            "Draggable-min-js",
            "InertiaPlugin-min-js",
            "custom-js"
        ]
    },
    "customizer": {
        "preloader": false,
        "admin_panel": true,
        "login_page": false
    },
    "theme": {
        "Name": "DCT for WP",
        "Version": "1.1.2",
        "Description": "Dynamic Child Theme for WordPress",
        "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": "Help",
        "post_id": 163,
        "post_type": "page",
        "post_status": "publish",
        "post_date": "10/06/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": false,
        "is_page": true,
        "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.1.2",
        "Wordpress version": "6.9.4",
        "PHP version": "8.2.31"
    },
    "language": {
        "locale": "en_US",
        "user_locale": "en_US"
    }
}

Debugger Debugger panel options

Set options for debugger panel, available in frontend and admin panel when debug mode is enabled.

The debugger panel can be accessed only by administrators in frontend and admin panel from the admin topbar button. It contains information about current post queries, theme status, PHP and JS logs and other information.

Debugger Maintenance mode

Enable maintenance mode to disable the website for all users except administrators with a customizable page during development.
Recommended only in development.
Site will be disabled to users.


On update: Related theme mod will be updated. If maintenance mode is enabled, site will be disabled for all users except administrators.
On reset: Related theme mod will be reset to default values. Maintenance mode will be disabled.

Designer SCSS Compiler options

Set options for the SCSS compiler of child theme custom styles files.

  • SCSS Compiler minify: Minify CSS output when compiling SCSS files.
    Recommended in production.
  • SCSS Autocompile: 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.

Designer Global variables: Colors

Add & edit global color variables to use in customizer and child theme custom files code.
Optionally add automated color shades (light & dark versions) and complementary color.


On update:
Basic mode: New code will be generated to update the related partial SCSS file and all CSS will be compiled. Related theme mod will be updated.
Advanced mode: Editor code will be used to update the related partial SCSS file and all CSS will be compiled. Related theme mod will not be updated.

On reset:
Variables will be deleted.
Related partial SCSS file will reset to default template and all CSS compiled. Related theme mod will reset to default values.
How to use global colors variables with custom files code:

Designer Global variables: Fonts

Add & edit global fonts variables to use in child theme custom files code.
Optionally add @import rule on top of SCSS code, useful if font is not already imported.


On update:
Basic mode: New code will be generated to update the related partial SCSS file and all CSS will be compiled. Related theme mod will be updated.
Advanced mode: Editor code will be used to update the related partial SCSS file and all CSS will be compiled. Related theme mod will not be updated.

On reset:
Variables will be deleted.
Related partial SCSS file will reset to default template and all CSS compiled. Related theme mod will reset to default values.
How to use global fonts variables with custom files code:

Designer Global variables: Sizes

Add & edit global sizes variables to use in child theme custom files code.


On update:
Basic mode: New code will be generated to update the related partial SCSS file and all CSS will be compiled. Related theme mod will be updated.
Advanced mode: Editor code will be used to update the related partial SCSS file and all CSS will be compiled. Related theme mod will not be updated.

On reset:
Variables will be deleted.
Related partial SCSS file will reset to default template and all CSS compiled. Related theme mod will reset to default values.
How to use global sizes variables with custom files code:

Developer Enqueue assets

Enqueue local or external assets with a version cache to the child theme frontend pages and admin panel.

Allowed assets types to enqueue: JS, CSS and local SCSS (will be compiled to CSS).

Select custom url, a local asset (uploaded to child theme custom assets folder) or a CDN url. Assets will be enqueued in order before child theme custom files, so enqueued assets can be used in custom code. Useful to add external libraries that can be used in JS custom code, or styles that can be overwritten in SCSS custom code.
Asset options:
  • Asset source: Upload your custom assets to use them as local assets, use a external CDN or custom url.
  • URL: Asset URL or relative path to custom assets folder.
  • Asset version: Asset version, which is added to the URL as a query string for cache busting purposes.
  • Enqueue on frontend: Enqueue asset on frontend, used for public site.
  • Enqueue on admin panel: Enqueue asset on admin panel, used for administrators.

On update:
Basic mode: New code will be generated to update the related PHP file. Related theme mod will be updated.
Advanced mode: Editor code will be used to update the related PHP file. Related theme mod will not be updated.

On reset:
No assets will be enqueued.
Related PHP file will reset to default template. Related theme mod will reset to default values.

Developer Custom local assets

Upload allowed assets to use them as local assets in assets source selector.

Upload your own SCSS / CSS / JS files or folders to child theme custom assets folder:: wp-content/themes/dct-child-theme/custom/assets/

Developer Post types

Register custom post types and edit options and labels.


Post type options:
  • Post type label: Name of the post type shown in the menu. Usually plural.
  • Post type key: Key name of the custom post type. Will be sanitized, must not exceed 20 characters. Leave blank to generate from post type label.
  • Description: Short descriptive summary about this post type.
  • Post type supports: Core feature(s) the post type supports.

Post type parameters:
  • Hierarchical: Whether the post type is hierarchical. Enable to create pages. Disable to create posts.
  • Public: Whether a post type is intended for use publicly either via the admin interface or by front-end users.
  • Publicly queryable: Whether queries can be performed on the front end for the post type as part of parse_request().
  • Show UI: Whether to generate and allow a UI for managing this post type in the admin.
  • Show in REST: Whether to include the post type in the REST API. Enable for the post type to be available in the block editor.
  • Show in navigation menus: Makes this post type available for selection in navigation menus.
  • Has archive: Whether there should be post type archives.
  • Can export: Whether to allow this post type to be exported.
  • Exclude from search: Whether to exclude posts with this post type from front end search results.

Post type rewrite:
  • Rewrite: slug: Customize the permastruct slug. Leave blank to default to post type key.
  • Rewrite: feeds: Whether the feed permastruct should be built for this post type.
  • Rewrite: with front: Whether the permastruct should be prepended with WP_Rewrite::$front.
  • Post type capability: The string to use to build the read, edit, and delete capabilities Leave blank for default post / page.

Post type menu:
  • Menu icon: The icon for the post type in admin menu.
  • Menu name: Label for the menu name. Default is same as post type name (plural).
  • Menu position: The position in the menu order the post type should appear. Set to 0 for default position.

Post type labels:
  • Post type name (plural): General name for the post type, usually plural. Default is same as post type label.
  • Post type name (singular): Name for one object of this post type. Default is "Post" / "Page".
  • Add new: Label for adding a new item. Default is "Add Post" / "Add Page".
  • Add new item: Label for adding a new singular item. Default is "Add Post" / "Add Page".
  • New item: Label for the new item page title. Default is "New Post" / "New Page".
  • Edit item: Label for editing a singular item. Default is "Edit Post" / "Edit Page".
  • View item: Label for viewing a singular item. Default is "View Post" / "View Page".
  • View items: Label for viewing post type archives. Default is "View Posts" / "View Pages".
  • All items: Label to signify all items in a submenu link. Default is "All Posts" / "All Pages".
  • Archives: Label for archives in nav menus. Default is "Post Archives" / "Page Archives".
  • Search items: Label for searching plural items. Default is "Search Posts" / "Search Pages".
  • Not found: Label used when no items are found. Default is "No posts found" / "No pages found".
  • Not found in Trash: Label used when no items are in the Trash. Default is "No posts found in Trash" / "No pages found in Trash".
  • Parent item: Label used to prefix parents of hierarchical items. Not used on non-hierarchical post types. Default is "Parent Page".

On update:
Basic mode: New code will be generated to update the related PHP file. Related theme mod will be updated.
Advanced mode: Editor code will be used to update the related PHP file. Related theme mod will not be updated.

On reset:
No custom post types will be registered.
Related PHP file will reset to default template. Related theme mod will reset to default values.

Developer Taxonomies

Register taxonomies (categories and tags) and edit associated post type, options and labels.


Taxonomy options:
  • Taxonomy label: Name of the taxonomy shown in the menu. Usually plural.
  • Taxonomy key: Key name of the taxonomy. Will be sanitized, must not exceed 32 characters. Leave blank to generate from taxonomy label.
  • Description: Short descriptive summary about this taxonomy.
  • Associated post types: Post types with which the taxonomy should be associated. Single, multiple, and empty values are allowed.

Taxonomy parameters:
  • Hierarchical: Whether the taxonomy is hierarchical. Enable to create categories. Disable to create tags.
  • Public: Whether a taxonomy is intended for use publicly either via the admin interface or by front-end users.
  • Publicly queryable: Whether the taxonomy is publicly queryable.
  • Show UI: Whether to generate and allow a UI for managing terms in this taxonomy in the admin.
  • Show in REST: Whether to include the taxonomy in the REST API. Enable for the taxonomy to be available in the block editor.
  • Show admin column: Whether to display a column for the taxonomy on its post type listing screens.
  • Show in menu: Whether to show the taxonomy in the admin menu. If enabled, the taxonomy is shown as a submenu of the object type menu. If disabled, no menu is shown.
  • Show in navigation menus: Makes this taxonomy available for selection in navigation menus.

Taxonomy labels:
  • Taxonomy name (plural): General name for the taxonomy, usually plural. Default is same as taxonomy label.
  • Taxonomy name (singular): Name for one object of this taxonomy. Default is "Tag" / "Category".
  • Add new item: Label for adding a new singular item. Default is "Add Tag" / "Add Category".
  • New item: Label for the new item name. Default is "New Tag Name" / "New category Name".
  • Edit item: Label for editing a singular item. Default is "Edit Tag" / "Edit category".
  • View item: Label for viewing a singular item. Default is "View Tag" / "View Category".
  • Update item: Label for updating a singular item. Default is "Update Tag" / "Update Category".
  • Back to items: Label displayed after a term has been updated. Default is "Back to tags" / "Back to categories".
  • All items: Label to signify all items in a submenu link. Default is "All Tags" / "All Categories".
  • Search items: Label for searching plural items. Default is "Search Tags" / "Search Categories".
  • Not found: Label used when no items are found. Default is "No tags found" / "No categories found".
  • Parent item: This label is only used for hierarchical taxonomies. Default is "Parent Categoriey".
  • Menu name: Label for the menu name. Default is same as taxonomy name (plural).

On update:
Basic mode: New code will be generated to update the related PHP file. Related theme mod will be updated.
Advanced mode: Editor code will be used to update the related PHP file. Related theme mod will not be updated.

On reset:
No taxonomies will be registered.
Related PHP file will reset to default template. Related theme mod will reset to default values.

Developer Custom fields

Register custom fields metabox and edit associated post type, options and fields.


Meta box options:
  • Meta box title: Title of the meta box with custom fields group.
  • Associated post type: Post type with which the meta box and custom fields should be associated. Only one meta box for post type is allowed.
  • Meta box context: The context within the screen where the box should display. Available contexts vary from screen to screen.
  • Meta box priority: The priority within the context where the box should show.

Custom field options:
  • Custom field label: Label of the custom field input in meta box.
  • Custom field key: Key name of the custom field, used to display the field value on the front end. Will be sanitized. It is recommended to use post type as a prefix. Add an underscore in first place to make this custom field private and not shown in the admin UI. Leave blank to generate from post type & label.
  • Type: Type of input for this custom field. Available tpes: Text, Textarea, Number, Date, Color, Image / File, Select option, Checkbox list.
  • Options list: Comma separated list of options for select and checkboxes custom field types. Option 1, Option 2, Option 3

On update:
Basic mode: New code will be generated to update the related PHP file. Related theme mod will be updated.
Advanced mode: Editor code will be used to update the related PHP file. Related theme mod will not be updated.

On reset:
No custom fields will be registered.
Related PHP file will reset to default template. Related theme mod will reset to default values.

Developer How to use custom fields

To display the custom fields for each post, you have to use a template tag that customizes your theme.
get_post_meta($post->ID, $field_key, true);

In visual builders, use dynamic content and custom field name to display the value.
Private custom fields (with field key starting with underscore) will not be shown in the admin UI and visual builders.

Customizer Preloader

Show a customizable preloader when loading frontend pages.

Enable page preloader to customize background, border, image and animations.
On update:
Basic mode: New code will be generated to update the related partial SCSS file and all CSS will be compiled. Related theme mod will be updated.
Advanced mode: Editor code will be used to update the related partial SCSS file and all CSS will be compiled. Related theme mod will not be updated.

On reset:
Preloader will be disabled.
Related partial SCSS file will reset to default template and all CSS compiled. Related theme mod will reset to default values.

Customizer Admin panel

Customize admin panel colors, logos and other options.

Enable to customize admin panel sidebar colors and logo, admin topbar styles and admin panel footer info and credits.
On update:
Basic mode: New code will be generated to update the related partial SCSS file and all CSS will be compiled. Related theme mod will be updated.
Advanced mode: Editor code will be used to update the related partial SCSS file and all CSS will be compiled. Related theme mod will not be updated.

On reset:
Admin panel will reset to default styles.
Related partial SCSS file will reset to default template and all CSS compiled. Related theme mod will reset to default values.

Customizer Dashboard custom widget

Add a custom widget panel with html contents to admin panel dashboard.

Enable dashboard custom widget to edit custom panel html contents.
Useful to add quicklinks to admin panel or forntend pages.
On update: Dashboard custom widget will appear in admin panel dashboard when enabled. Related theme mod will be updated.
On reset: Dashboard custom widget will be disabled and contents reset to default html. Related theme mod will reset to default values.

Code editor Add & edit custom code

Use the code editor to update any child theme custom file.

Select default child theme SCSS, JS or PHP file from the top submenu to add your custom code.
Select any custom file from the child theme custom files panel to edit the code directly.
All custom files are organized by extension subfolders in the child theme custom folder.: wp-content/themes/dct-child-theme/custom/
Any custom file or extension subfolder deleted with FTP will be regenerated with the default template on next load.
On update: Custom file will be updated with code editor contents.
On reset: Custom file will be deleted and regenerated with default template.

Code editor File selector

Select child theme file to edit with code editor or reset contents to default template.

All custom files are organized by extension subfolders in the child theme custom folder.: wp-content/themes/dct-child-theme/custom/
Any custom file or extension subfolder deleted with FTP will be regenerated with the default template on next load.

Code editor Child theme functions and variables

All custom files are organized by extension subfolders in the child theme custom folder.: wp-content/themes/dct-child-theme/custom/
Any custom file or extension subfolder deleted with FTP will be regenerated with the default template on next load.
How to use global colors variables with custom files code:

How to use global fonts variables with custom files code:

How to use global sizes variables with custom files code:

How to use dct_debug function with custom files code:

How to use global $dct object with custom files code:

Code snippets

Admin panel page with code snippets listed in categories.

CSS Background frost blur

Code: CSS
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

SCSS Background frost blur

Code: SCSS
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

JS GSAP Animations

Code: JS
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

PHP Header meta viewport accessibility

Code: PHP
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

PHP Images sizes

Code: PHP
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

PHP SVG images media library upload support

Code: PHP
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

PHP Search results post types

Code: PHP
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

PHP Shortcode custom with options

Code: PHP
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

PHP WooCommerce products grid adjustments

Code: PHP
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

PHP WooCommerce single product gallery adjustments

Code: PHP
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

Developers

Admin panel page with customized components code to create own admin contents.

Demo Contents

Panel title button example
Help contents not found: help-developer-demo-contents

Content row default

Content title

Content subtitle

Sues grandíssimes virtuts e cavalleries se fa singular. Amor que li portava; la feminil condició promptament no pogué. Valent cavaller d'honor e glòria e la fama d'aquell no. E als servidors la sua. E sants actes dels sants pares del noble Josuè. Fugir vergonyosament La santa dona.

Enginy havia servit per llong temps l'art de cavalleria ab.
E molt més de virtuts lo que. Felicitat no pot ésser atesa sens mitjà. Condecent útil e expedient deduir. Feta la deliberació en la. En la Santa Escriptura les històries e sants actes.

Buttons default

Buttons sizes & colors

Button small
button-small
Button small primary
button-small button-primary
Button small secondary
button-small button-secondary
Button small success
button-small button-success
Button small warning
button-small button-warning
Button small danger
button-small button-danger
Button small
button-small
Button small primary
button-small button-primary
Button small secondary
button-small button-secondary
Button small success
button-small button-success
Button small warning
button-small button-warning
Button small danger
button-small button-danger

Button
Button primary
button-primary
Button secondary
button-secondary
Button success
button-success
Button warning
button-warning
Button danger
button-danger
Button
Button primary
button-primary
Button secondary
button-secondary
Button success
button-success
Button warning
button-warning
Button danger
button-danger

Button large
button-large
Button large primary
button-large button-primary
Button large secondary
button-large button-secondary
Button large success
button-large button-success
Button large warning
button-large button-warning
Button large danger
button-large button-danger
Button large
button-large
Button large primary
button-large button-primary
Button large secondary
button-large button-secondary
Button large success
button-large button-success
Button large warning
button-large button-warning
Button large danger
button-large button-danger

Button hero
button-hero
Button hero primary
button-hero button-primary
Button hero secondary
button-hero button-secondary
Button hero success
button-hero button-success
Button hero warning
button-hero button-warning
Button hero danger
button-hero button-danger
Button hero
button-hero
Button hero primary
button-hero button-primary
Button hero secondary
button-hero button-secondary
Button hero success
button-hero button-success
Button hero warning
button-hero button-warning
Button hero danger
button-hero button-danger

Transparent buttons

Button transparent small
button-transparent button-small
Button transparent small primary
button-transparent button-small button-primary
Button transparent small secondary
button-transparent button-small button-secondary
Button transparent small success
button-transparent button-small button-success
Button transparent small warning
button-transparent button-small button-warning
Button transparent small danger
button-transparent button-small button-danger
Button transparent small
button-transparent button-small
Button transparent small primary
button-transparent button-small button-primary
Button transparent small secondary
button-transparent button-small button-secondary
Button transparent small success
button-transparent button-small button-success
Button transparent small warning
button-transparent button-small button-warning
Button transparent small danger
button-transparent button-small button-danger

Button transparent
button-transparent
Button transparent primary
button-transparent button-primary
Button transparent secondary
button-transparent button-secondary
Button transparent success
button-transparent button-success
Button transparent warning
button-transparent button-warning
Button transparent danger
button-transparent button-danger
Button transparent
button-transparent
Button transparent primary
button-transparent button-primary
Button transparent secondary
button-transparent button-secondary
Button transparent success
button-transparent button-success
Button transparent warning
button-transparent button-warning
Button transparent danger
button-transparent button-danger

Button transparent large
button-transparent button-large
Button transparent large primary
button-transparent button-large button-primary
Button transparent large secondary
button-transparent button-large button-secondary
Button transparent large success
button-transparent button-large button-success
Button transparent large warning
button-transparent button-large button-warning
Button transparent large danger
button-transparent button-large button-danger
Button transparent large
button-transparent button-large
Button transparent large primary
button-transparent button-large button-primary
Button transparent large secondary
button-transparent button-large button-secondary
Button transparent large success
button-transparent button-large button-success
Button transparent large warning
button-transparent button-large button-warning
Button transparent large danger
button-transparent button-large button-danger

Button transparent hero
button-transparent button-hero
Button transparent hero primary
button-transparent button-hero button-primary
Button transparent hero secondary
button-transparent button-hero button-secondary
Button transparent hero success
button-transparent button-hero button-success
Button transparent hero warning
button-transparent button-hero button-warning
Button transparent hero danger
button-transparent button-hero button-danger
Button transparent hero
button-transparent button-hero
Button transparent hero primary
button-transparent button-hero button-primary
Button transparent hero secondary
button-transparent button-hero button-secondary
Button transparent hero success
button-transparent button-hero button-success
Button transparent hero warning
button-transparent button-hero button-warning
Button transparent hero danger
button-transparent button-hero button-danger

Buttons links

Buttons toggle

Buttons custom files

PHP dct-functions.php/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: 5 KB
Modified: 2026/06/11 11:48:23
/custom/php/dct-functions.php
Custom description
Type: PHP
Size: 5 KB
Modified: 2026/06/11 11:48:23
Edit file with code editor
JS custom.js/custom/js/custom.js
Child theme custom JS.
Used to add custom JS code to child theme.
Type: JS
Size: 2 KB
Modified: 2026/06/11 11:31:05
Open file in new tab
/custom/scss/_colors.scss
Partial SCSS for global variables.: Colors.
Type: SCSS
Size: 664 B
Modified: 2026/06/06 09:01:09
Edit file with code editor
View file/style.css
Type: CSS
Size: 3 KB
Modified: 2026/06/09 15:56:54
Open file in new tab
/style.css
Type: CSS
Size: 3 KB
Modified: 2026/06/09 15:56:54
Edit file with code editor
CSS style2.css/style2.css
Type: CSS
File not found
Custom files list with action edit action_edit:true

Partials styles: SCSS

8
/custom/scss/_custom.scss
Partial SCSS for custom frontend styles.
Used to add custom CSS to child theme frontend styles.
Type: SCSS
Size: 915 B
Modified: 2026/06/09 09:21:30
Edit file with code editor
/custom/scss/_custom-admin.scss
Partial SCSS for custom admin panel styles.
Used to add custom CSS to child theme admin panel styles.
Type: SCSS
Size: 249 B
Modified: 2026/04/16 17:27:55
Edit file with code editor

/custom/scss/_colors.scss
Partial SCSS for global variables.: Colors.
Type: SCSS
Size: 664 B
Modified: 2026/06/06 09:01:09
Edit file with code editor
/custom/scss/_fonts.scss
Partial SCSS for global variables.: Fonts.
Type: SCSS
Size: 177 B
Modified: 2026/04/16 17:27:55
Edit file with code editor
/custom/scss/_sizes.scss
Partial SCSS for global variables.: Sizes.
Type: SCSS
Size: 177 B
Modified: 2026/04/16 17:27:55
Edit file with code editor

/custom/scss/_preloader.scss
Partial SCSS styles for customizer: Page preloader.
Type: SCSS
Size: 1 KB
Modified: 2026/04/16 17:27:55
Edit file with code editor
/custom/scss/_admin-panel.scss
Partial SCSS styles for customizer: Admin panel.
Type: SCSS
Size: 7 KB
Modified: 2026/06/07 07:01:33
Edit file with code editor
/custom/scss/login-page.scss
Partial SCSS styles for customizer: Login page.
Type: SCSS
Size: 2 KB
Modified: 2026/04/16 17:27:55
Edit file with code editor

Custom files: JS

2
/custom/js/custom.js
Child theme custom JS.
Used to add custom JS code to child theme.
Type: JS
Size: 2 KB
Modified: 2026/06/11 11:31:05
Edit file with code editor
/custom/js/login-page.js
Login page custom JS.
Used to add custom JS code to login page.
Type: JS
Size: 319 B
Modified: 2026/04/16 17:27:55
Edit file with code editor

Custom files: PHP

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: 5 KB
Modified: 2026/06/11 11:48:23
Edit file with code editor

/custom/php/dct-assets-enqueue.php
PHP code used with developer: Enqueue assets.
Type: PHP
Size: 870 B
Modified: 2026/06/11 11:31:10
Edit file with code editor
/custom/php/dct-custom-post-types.php
PHP code used with developer: Post types.
Type: PHP
Size: 224 B
Modified: 2026/04/16 17:27:55
Edit file with code editor
/custom/php/dct-taxonomies.php
PHP code used with developer: Taxonomies.
Type: PHP
Size: 217 B
Modified: 2026/04/16 17:27:55
Edit file with code editor
/custom/php/dct-custom-fields.php
PHP code used with developer: Custom fields.
Type: PHP
Size: 377 B
Modified: 2026/06/11 11:41:04
Edit file with code editor



Custom files list with link action_edit:false
SCSS style.scss/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: 913 B
Modified: 2026/06/06 06:10:23
Open file in new tab
SCSS style-admin.scss/style-admin.scss
Base SCSS to be compiled as admin panel styles.
Editing this file is not recommended.
Type: SCSS
Size: 612 B
Modified: 2026/04/16 17:27:55
Open file in new tab
SCSS _custom.scss/custom/scss/_custom.scss
Partial SCSS for custom frontend styles.
Used to add custom CSS to child theme frontend styles.
Type: SCSS
Size: 915 B
Modified: 2026/06/09 09:21:30
Open file in new tab
SCSS _custom-admin.scss/custom/scss/_custom-admin.scss
Partial SCSS for custom admin panel styles.
Used to add custom CSS to child theme admin panel styles.
Type: SCSS
Size: 249 B
Modified: 2026/04/16 17:27:55
Open file in new tab

SCSS _colors.scss/custom/scss/_colors.scss
Partial SCSS for global variables.: Colors.
Type: SCSS
Size: 664 B
Modified: 2026/06/06 09:01:09
Open file in new tab
SCSS _fonts.scss/custom/scss/_fonts.scss
Partial SCSS for global variables.: Fonts.
Type: SCSS
Size: 177 B
Modified: 2026/04/16 17:27:55
Open file in new tab
SCSS _sizes.scss/custom/scss/_sizes.scss
Partial SCSS for global variables.: Sizes.
Type: SCSS
Size: 177 B
Modified: 2026/04/16 17:27:55
Open file in new tab

SCSS _preloader.scss/custom/scss/_preloader.scss
Partial SCSS styles for customizer: Page preloader.
Type: SCSS
Size: 1 KB
Modified: 2026/04/16 17:27:55
Open file in new tab
SCSS _admin-panel.scss/custom/scss/_admin-panel.scss
Partial SCSS styles for customizer: Admin panel.
Type: SCSS
Size: 7 KB
Modified: 2026/06/07 07:01:33
Open file in new tab
SCSS login-page.scss/custom/scss/login-page.scss
Partial SCSS styles for customizer: Login page.
Type: SCSS
Size: 2 KB
Modified: 2026/04/16 17:27:55
Open file in new tab
CSS style.css/style.css
Compiled CSS child theme for frontend styles.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.

Type: CSS
Size: 3 KB
Modified: 2026/06/09 15:56:54
Open file in new tab
CSS style-admin.css/style-admin.css
Compiled CSS child theme for admin panel styles.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.

Type: CSS
Size: 120 KB
Modified: 2026/06/09 15:56:54
Open file in new tab
CSS login-page.css/custom/css/login-page.css
Compiled CSS styles for customizer: Login page.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.

Type: CSS
Size: 1 KB
Modified: 2026/04/16 17:27:55
Open file in new tab
JS custom.js/custom/js/custom.js
Child theme custom JS.
Used to add custom JS code to child theme.
Type: JS
Size: 2 KB
Modified: 2026/06/11 11:31:05
Open file in new tab
JS login-page.js/custom/js/login-page.js
Login page custom JS.
Used to add custom JS code to login page.
Type: JS
Size: 319 B
Modified: 2026/04/16 17:27:55
Open file in new tab
PHP dct-functions.php/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: 5 KB
Modified: 2026/06/11 11:48:23

PHP dct-assets-enqueue.php/custom/php/dct-assets-enqueue.php
PHP code used with developer: Enqueue assets.
Type: PHP
Size: 870 B
Modified: 2026/06/11 11:31:10
PHP dct-custom-post-types.php/custom/php/dct-custom-post-types.php
PHP code used with developer: Post types.
Type: PHP
Size: 224 B
Modified: 2026/04/16 17:27:55
PHP dct-taxonomies.php/custom/php/dct-taxonomies.php
PHP code used with developer: Taxonomies.
Type: PHP
Size: 217 B
Modified: 2026/04/16 17:27:55
PHP dct-custom-fields.php/custom/php/dct-custom-fields.php
PHP code used with developer: Custom fields.
Type: PHP
Size: 377 B
Modified: 2026/06/11 11:41:04

Sections tabs

Content section 1

Content title

Content subtitle

Sues grandíssimes virtuts e cavalleries se fa singular. Amor que li portava; la feminil condició promptament no pogué. Valent cavaller d'honor e glòria e la fama d'aquell no. E als servidors la sua. E sants actes dels sants pares del noble Josuè. Fugir vergonyosament La santa dona.

Enginy havia servit per llong temps l'art de cavalleria ab.
E molt més de virtuts lo que. Felicitat no pot ésser atesa sens mitjà. Condecent útil e expedient deduir. Feta la deliberació en la. En la Santa Escriptura les històries e sants actes.

Content section 3

Icons



Admin Menu


menu
dashicons-menu

menu (alt)
dashicons-menu-alt

menu (alt2)
dashicons-menu-alt2

menu (alt3)
dashicons-menu-alt3

site
dashicons-admin-site

site (alt)
dashicons-admin-site-alt

site (alt2)
dashicons-admin-site-alt2

site (alt3)
dashicons-admin-site-alt3

dashboard
dashicons-dashboard

post
dashicons-admin-post

media
dashicons-admin-media

links
dashicons-admin-links

page
dashicons-admin-page

comments
dashicons-admin-comments

appearance
dashicons-admin-appearance

plugins
dashicons-admin-plugins

plugins checked
dashicons-plugins-checked

users
dashicons-admin-users

tools
dashicons-admin-tools

settings
dashicons-admin-settings

network
dashicons-admin-network

home
dashicons-admin-home

generic
dashicons-admin-generic

collapse
dashicons-admin-collapse

filter
dashicons-filter

customizer
dashicons-admin-customizer

multisite
dashicons-admin-multisite

Welcome Screen


write blog
dashicons-welcome-write-blog

add page
dashicons-welcome-add-page

view site
dashicons-welcome-view-site

widgets menus
dashicons-welcome-widgets-menus

comments
dashicons-welcome-comments

learn more
dashicons-welcome-learn-more

Post Formats


aside
dashicons-format-aside

image
dashicons-format-image

gallery
dashicons-format-gallery

video
dashicons-format-video

status
dashicons-format-status

quote
dashicons-format-quote

chat
dashicons-format-chat

audio
dashicons-format-audio

camera
dashicons-camera

camera (alt)
dashicons-camera-alt

images (alt)
dashicons-images-alt

images (alt2)
dashicons-images-alt2

video (alt)
dashicons-video-alt

video (alt2)
dashicons-video-alt2

video (alt3)
dashicons-video-alt3

Media


archive
dashicons-media-archive

audio
dashicons-media-audio

code
dashicons-media-code

default
dashicons-media-default

document
dashicons-media-document

interactive
dashicons-media-interactive

spreadsheet
dashicons-media-spreadsheet

text
dashicons-media-text

video
dashicons-media-video

playlist audio
dashicons-playlist-audio

playlist video
dashicons-playlist-video

play
dashicons-controls-play

pause
dashicons-controls-pause

forward
dashicons-controls-forward

skip forward
dashicons-controls-skipforward

back
dashicons-controls-back

skip back
dashicons-controls-skipback

repeat
dashicons-controls-repeat

volume on
dashicons-controls-volumeon

volume off
dashicons-controls-volumeoff

Image Editing


crop
dashicons-image-crop

rotate
dashicons-image-rotate

rotate left
dashicons-image-rotate-left

rotate right
dashicons-image-rotate-right

flip vertical
dashicons-image-flip-vertical

flip horizontal
dashicons-image-flip-horizontal

filter
dashicons-image-filter

undo
dashicons-undo

redo
dashicons-redo

Databases


database add
dashicons-database-add

database
dashicons-database

database export
dashicons-database-export

database import
dashicons-database-import

database remove
dashicons-database-remove

database view
dashicons-database-view

Block Editor


align full width
dashicons-align-full-width

align pull left
dashicons-align-pull-left

align pull right
dashicons-align-pull-right

align wide
dashicons-align-wide

block default
dashicons-block-default

button
dashicons-button

cloud saved
dashicons-cloud-saved

cloud upload
dashicons-cloud-upload

columns
dashicons-columns

cover image
dashicons-cover-image

ellipsis
dashicons-ellipsis

embed audio
dashicons-embed-audio

embed generic
dashicons-embed-generic

embed photo
dashicons-embed-photo

embed post
dashicons-embed-post

embed video
dashicons-embed-video

exit
dashicons-exit

heading
dashicons-heading

HTML
dashicons-html

info outline
dashicons-info-outline

insert
dashicons-insert

insert after
dashicons-insert-after

insert before
dashicons-insert-before

remove
dashicons-remove

saved
dashicons-saved

shortcode
dashicons-shortcode

table col after
dashicons-table-col-after

table col before
dashicons-table-col-before

table col delete
dashicons-table-col-delete

table row after
dashicons-table-row-after

table row before
dashicons-table-row-before

table row delete
dashicons-table-row-delete

TinyMCE


bold
dashicons-editor-bold

italic
dashicons-editor-italic

unordered list
dashicons-editor-ul

ordered list
dashicons-editor-ol

ordered list RTL
dashicons-editor-ol-rtl

quote
dashicons-editor-quote

align left
dashicons-editor-alignleft

align center
dashicons-editor-aligncenter

align right
dashicons-editor-alignright

insert more
dashicons-editor-insertmore

spellcheck
dashicons-editor-spellcheck

expand
dashicons-editor-expand

contract
dashicons-editor-contract

kitchen sink
dashicons-editor-kitchensink

underline
dashicons-editor-underline

justify
dashicons-editor-justify

text color
dashicons-editor-textcolor

paste word
dashicons-editor-paste-word

paste text
dashicons-editor-paste-text

remove formatting
dashicons-editor-removeformatting

video
dashicons-editor-video

custom character
dashicons-editor-customchar

outdent
dashicons-editor-outdent

indent
dashicons-editor-indent

help
dashicons-editor-help

strikethrough
dashicons-editor-strikethrough

unlink
dashicons-editor-unlink

RTL
dashicons-editor-rtl

LTR
dashicons-editor-ltr

break
dashicons-editor-break

code
dashicons-editor-code

paragraph
dashicons-editor-paragraph

table
dashicons-editor-table

Posts Screen


align left
dashicons-align-left

align right
dashicons-align-right

align center
dashicons-align-center

align none
dashicons-align-none

lock
dashicons-lock

unlock
dashicons-unlock

calendar
dashicons-calendar

calendar (alt)
dashicons-calendar-alt

visibility
dashicons-visibility

hidden
dashicons-hidden

post status
dashicons-post-status

edit
dashicons-edit

trash
dashicons-trash

sticky
dashicons-sticky

Sorting


external
dashicons-external

arrow up
dashicons-arrow-up

arrow down
dashicons-arrow-down

arrow right
dashicons-arrow-right

arrow left
dashicons-arrow-left

arrow up (alt)
dashicons-arrow-up-alt

arrow down (alt)
dashicons-arrow-down-alt

arrow right (alt)
dashicons-arrow-right-alt

arrow left (alt)
dashicons-arrow-left-alt

arrow up (alt2)
dashicons-arrow-up-alt2

arrow down (alt2)
dashicons-arrow-down-alt2

arrow right (alt2)
dashicons-arrow-right-alt2

arrow left (alt2)
dashicons-arrow-left-alt2

sort
dashicons-sort

left right
dashicons-leftright

randomize
dashicons-randomize

list view
dashicons-list-view

excerpt view
dashicons-excerpt-view

grid view
dashicons-grid-view

move
dashicons-move

Social


share
dashicons-share

share (alt)
dashicons-share-alt

share (alt2)
dashicons-share-alt2

RSS
dashicons-rss

email
dashicons-email

email (alt)
dashicons-email-alt

email (alt2)
dashicons-email-alt2

networking
dashicons-networking

Amazon
dashicons-amazon

Facebook
dashicons-facebook

Facebook (alt)
dashicons-facebook-alt

Google
dashicons-google

Instagram
dashicons-instagram

LinkedIn
dashicons-linkedin

Pinterest
dashicons-pinterest

Podio
dashicons-podio

Reddit
dashicons-reddit

Spotify
dashicons-spotify

Twitch
dashicons-twitch

Twitter
dashicons-twitter

Twitter (alt)
dashicons-twitter-alt

WhatsApp
dashicons-whatsapp

Xing
dashicons-xing

YouTube
dashicons-youtube

WordPress.org


hammer
dashicons-hammer

art
dashicons-art

migrate
dashicons-migrate

performance
dashicons-performance

universal access
dashicons-universal-access

universal access (alt)
dashicons-universal-access-alt

tickets
dashicons-tickets

nametag
dashicons-nametag

clipboard
dashicons-clipboard

heart
dashicons-heart

megaphone
dashicons-megaphone

schedule
dashicons-schedule

Tide
dashicons-tide

REST API
dashicons-rest-api

code standards
dashicons-code-standards

Buddicons


activity
dashicons-buddicons-activity

bbPress
dashicons-buddicons-bbpress-logo

BuddyPress
dashicons-buddicons-buddypress-logo

community
dashicons-buddicons-community

forums
dashicons-buddicons-forums

friends
dashicons-buddicons-friends

groups
dashicons-buddicons-groups

pm
dashicons-buddicons-pm

replies
dashicons-buddicons-replies

topics
dashicons-buddicons-topics

tracking
dashicons-buddicons-tracking

Products


WordPress
dashicons-wordpress

WordPress (alt)
dashicons-wordpress-alt

Pressthis
dashicons-pressthis

update
dashicons-update

update (alt)
dashicons-update-alt

screen options
dashicons-screenoptions

info
dashicons-info

cart
dashicons-cart

feedback
dashicons-feedback

cloud
dashicons-cloud

translation
dashicons-translation

Taxonomies


tag
dashicons-tag

category
dashicons-category

Widgets


archive
dashicons-archive

tagcloud
dashicons-tagcloud

text
dashicons-text

Notifications


bell
dashicons-bell

yes
dashicons-yes

yes (alt)
dashicons-yes-alt

no
dashicons-no

no (alt)
dashicons-no-alt

plus
dashicons-plus

plus (alt)
dashicons-plus-alt

plus (alt2)
dashicons-plus-alt2

minus
dashicons-minus

dismiss
dashicons-dismiss

marker
dashicons-marker

star filled
dashicons-star-filled

star half
dashicons-star-half

star empty
dashicons-star-empty

flag
dashicons-flag

warning
dashicons-warning

Miscellaneous


location
dashicons-location

location (alt)
dashicons-location-alt

vault
dashicons-vault

shield
dashicons-shield

shield (alt)
dashicons-shield-alt

sos
dashicons-sos

search
dashicons-search

slides
dashicons-slides

text page
dashicons-text-page

analytics
dashicons-analytics

chart pie
dashicons-chart-pie

chart bar
dashicons-chart-bar

chart line
dashicons-chart-line

chart area
dashicons-chart-area

groups
dashicons-groups

businessman
dashicons-businessman

businesswoman
dashicons-businesswoman

businessperson
dashicons-businessperson

id
dashicons-id

id (alt)
dashicons-id-alt

products
dashicons-products

awards
dashicons-awards

forms
dashicons-forms

testimonial
dashicons-testimonial

portfolio
dashicons-portfolio

book
dashicons-book

book (alt)
dashicons-book-alt

download
dashicons-download

upload
dashicons-upload

backup
dashicons-backup

clock
dashicons-clock

lightbulb
dashicons-lightbulb

microphone
dashicons-microphone

desktop
dashicons-desktop

laptop
dashicons-laptop

tablet
dashicons-tablet

smartphone
dashicons-smartphone

phone
dashicons-phone

index card
dashicons-index-card

carrot
dashicons-carrot

building
dashicons-building

store
dashicons-store

album
dashicons-album

palm tree
dashicons-palmtree

tickets (alt)
dashicons-tickets-alt

money
dashicons-money

money (alt)
dashicons-money-alt

smiley
dashicons-smiley

thumbs up
dashicons-thumbs-up

thumbs down
dashicons-thumbs-down

layout
dashicons-layout

paperclip
dashicons-paperclip

color picker
dashicons-color-picker

edit large
dashicons-edit-large

edit page
dashicons-edit-page

airplane
dashicons-airplane

bank
dashicons-bank

beer
dashicons-beer

calculator
dashicons-calculator

car
dashicons-car

coffee
dashicons-coffee

drumstick
dashicons-drumstick

food
dashicons-food

fullscreen (alt)
dashicons-fullscreen-alt

fullscreen exit (alt)
dashicons-fullscreen-exit-alt

games
dashicons-games

hourglass
dashicons-hourglass

open folder
dashicons-open-folder

PDF
dashicons-pdf

pets
dashicons-pets

printer
dashicons-printer

privacy
dashicons-privacy

superhero
dashicons-superhero

superhero (alt)
dashicons-superhero-alt

Tooltips

Tooltip position right
Tooltip position right-top
Tooltip position right-bottom
Tooltip position left
Tooltip position left-top
Tooltip position left-bottom
Button tooltip right
Button tooltip right-top
Button tooltip right-bottom
Button tooltip left
Button tooltip left-top
Button tooltip left-bottom

Demo Inputs

Default inputs

Useful demo of inputs by type.

dct_group_input(name:'input-name', value:'input-value', options:'', label:'', tooltip:'', help:'', classes:'')







Help Text input

Help Text input

Help Text input

primary
#3fa6a5
primary-dark
#2a6e6d
primary-darker
#153736
primary-light
#6bc6c5
primary-lighter
#a2dbda
primary-comp
#a63f40

Help Text input

primary
#3fa6a5
primary-dark
#2a6e6d
primary-darker
#153736
primary-light
#6bc6c5
primary-lighter
#a2dbda
primary-comp
#a63f40

Help Text input

Help Text input

Help Text input

Help Text input

Help Text input

{
    "dct_pre_code_expand(code, expanded:false, classes)": "Creates debug pre code expand with code.",
    "dct_group_input_hidden(name, value, classes)": "Creates hidden input for debug or POST forms"
}

Demo Code Editors

File:
SCSS style.scss/style.scss
Type: SCSS
Size: 913 B
Modified: 2026/06/06 06:10:23
Open file in new tab
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

Example of SCSS code extracted from file_path.



File:
JS custom.js/custom/js/custom.js
Child theme custom JS.
Used to add custom JS code to child theme.
Type: JS
Size: 2 KB
Modified: 2026/06/11 11:31:05
Open file in new tab
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

Example of JS code extracted from custom file.



File:
PHP dct-functions.php/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: 5 KB
Modified: 2026/06/11 11:48:23
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

Example of PHP code extracted from custom file.



Error! File not found: /custom/php/no-file.php
Cannot get source file contents to use in code editor.
PHP no-file.php/custom/php/no-file.php
Type: PHP
File not found

Example of file not found.

Code: SCSS
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.
Code: CSS
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.
Code: JAVASCRIPT
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.
Code: PHP
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.
Code: HTML
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.
Code: JSON
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.
Code: XML
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.