Docs: Developer

About developer

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.

Assets enqueue

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.

Assets enqueue

Switch to advanced mode

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.

No assets enqueued.

1
Asset enqueued on admin panel.
Asset enqueued on frontend.
External JS
Delete
2
Asset enqueued on admin panel.
Asset enqueued on frontend.
External JS
Delete
3
Asset enqueued on admin panel.
Asset enqueued on frontend.
External JS
Delete
4
Asset enqueued on admin panel.
Asset enqueued on frontend.
External JS
Delete
0
Asset enqueued on admin panel.
Asset enqueued on frontend.
Delete

Assets enqueue

Switch to basic mode

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.
File:
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
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

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/

Local assets0

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/

No local assets found.

Custom 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.

Post types

Switch to advanced mode

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.

No custom post types found.

Post type like page.
hierarchical: true
Post type like post.
hierarchical: false

Customize post type labels.
Leave blank to use default text.
Delete

Post types

Switch to basic mode

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.
File:
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
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

Registered post types

All registered post types (core WP and custom) are listed in sidebar panel.

Registered post types4

Posts post

Post type like post.
WP Core PT
{
    "name": "post",
    "label": "Posts",
    "labels": {
        "name": "Posts",
        "singular_name": "Post",
        "add_new": "Add",
        "add_new_item": "Add Post",
        "edit_item": "Edit Post",
        "new_item": "New Post",
        "view_item": "View Post",
        "view_items": "View Posts",
        "search_items": "Search Posts",
        "not_found": "No posts found.",
        "not_found_in_trash": "No posts found in Trash.",
        "parent_item_colon": null,
        "all_items": "All Posts",
        "archives": "Post Archives",
        "attributes": "Post Attributes",
        "insert_into_item": "Insert into post",
        "uploaded_to_this_item": "Uploaded to this post",
        "featured_image": "Featured image",
        "set_featured_image": "Set featured image",
        "remove_featured_image": "Remove featured image",
        "use_featured_image": "Use as featured image",
        "filter_items_list": "Filter posts list",
        "filter_by_date": "Filter by date",
        "items_list_navigation": "Posts list navigation",
        "items_list": "Posts list",
        "item_published": "Post published.",
        "item_published_privately": "Post published privately.",
        "item_reverted_to_draft": "Post reverted to draft.",
        "item_trashed": "Post trashed.",
        "item_scheduled": "Post scheduled.",
        "item_updated": "Post updated.",
        "item_link": "Post Link",
        "item_link_description": "A link to a post.",
        "menu_name": "Posts",
        "name_admin_bar": "Post"
    },
    "description": "",
    "public": true,
    "hierarchical": false,
    "exclude_from_search": false,
    "publicly_queryable": true,
    "embeddable": true,
    "show_ui": true,
    "show_in_menu": true,
    "show_in_nav_menus": true,
    "show_in_admin_bar": true,
    "menu_position": 5,
    "menu_icon": "dashicons-admin-post",
    "capability_type": "post",
    "map_meta_cap": true,
    "register_meta_box_cb": null,
    "taxonomies": [],
    "has_archive": false,
    "query_var": false,
    "can_export": true,
    "delete_with_user": true,
    "template": [],
    "template_lock": false,
    "_builtin": true,
    "_edit_link": "post.php?post=%d",
    "cap": {
        "edit_post": "edit_post",
        "read_post": "read_post",
        "delete_post": "delete_post",
        "edit_posts": "edit_posts",
        "edit_others_posts": "edit_others_posts",
        "delete_posts": "delete_posts",
        "publish_posts": "publish_posts",
        "read_private_posts": "read_private_posts",
        "read": "read",
        "delete_private_posts": "delete_private_posts",
        "delete_published_posts": "delete_published_posts",
        "delete_others_posts": "delete_others_posts",
        "edit_private_posts": "edit_private_posts",
        "edit_published_posts": "edit_published_posts",
        "create_posts": "edit_posts"
    },
    "rewrite": false,
    "show_in_rest": true,
    "rest_base": "posts",
    "rest_namespace": "wp/v2",
    "rest_controller_class": "WP_REST_Posts_Controller",
    "rest_controller": null,
    "revisions_rest_controller_class": false,
    "revisions_rest_controller": null,
    "autosave_rest_controller_class": false,
    "autosave_rest_controller": null,
    "late_route_registration": false
}

Pages page

Post type like page.
WP Core PT
{
    "name": "page",
    "label": "Pages",
    "labels": {
        "name": "Pages",
        "singular_name": "Page",
        "add_new": "Add",
        "add_new_item": "Add Page",
        "edit_item": "Edit Page",
        "new_item": "New Page",
        "view_item": "View Page",
        "view_items": "View Pages",
        "search_items": "Search Pages",
        "not_found": "No pages found.",
        "not_found_in_trash": "No pages found in Trash.",
        "parent_item_colon": "Parent Page:",
        "all_items": "All Pages",
        "archives": "Page Archives",
        "attributes": "Page Attributes",
        "insert_into_item": "Insert into page",
        "uploaded_to_this_item": "Uploaded to this page",
        "featured_image": "Featured image",
        "set_featured_image": "Set featured image",
        "remove_featured_image": "Remove featured image",
        "use_featured_image": "Use as featured image",
        "filter_items_list": "Filter pages list",
        "filter_by_date": "Filter by date",
        "items_list_navigation": "Pages list navigation",
        "items_list": "Pages list",
        "item_published": "Page published.",
        "item_published_privately": "Page published privately.",
        "item_reverted_to_draft": "Page reverted to draft.",
        "item_trashed": "Page trashed.",
        "item_scheduled": "Page scheduled.",
        "item_updated": "Page updated.",
        "item_link": "Page Link",
        "item_link_description": "A link to a page.",
        "menu_name": "Pages",
        "name_admin_bar": "Page"
    },
    "description": "",
    "public": true,
    "hierarchical": true,
    "exclude_from_search": false,
    "publicly_queryable": false,
    "embeddable": true,
    "show_ui": true,
    "show_in_menu": true,
    "show_in_nav_menus": true,
    "show_in_admin_bar": true,
    "menu_position": 20,
    "menu_icon": "dashicons-admin-page",
    "capability_type": "page",
    "map_meta_cap": true,
    "register_meta_box_cb": null,
    "taxonomies": [],
    "has_archive": false,
    "query_var": false,
    "can_export": true,
    "delete_with_user": true,
    "template": [],
    "template_lock": false,
    "_builtin": true,
    "_edit_link": "post.php?post=%d",
    "cap": {
        "edit_post": "edit_page",
        "read_post": "read_page",
        "delete_post": "delete_page",
        "edit_posts": "edit_pages",
        "edit_others_posts": "edit_others_pages",
        "delete_posts": "delete_pages",
        "publish_posts": "publish_pages",
        "read_private_posts": "read_private_pages",
        "read": "read",
        "delete_private_posts": "delete_private_pages",
        "delete_published_posts": "delete_published_pages",
        "delete_others_posts": "delete_others_pages",
        "edit_private_posts": "edit_private_pages",
        "edit_published_posts": "edit_published_pages",
        "create_posts": "edit_pages"
    },
    "rewrite": false,
    "show_in_rest": true,
    "rest_base": "pages",
    "rest_namespace": "wp/v2",
    "rest_controller_class": "WP_REST_Posts_Controller",
    "rest_controller": null,
    "revisions_rest_controller_class": false,
    "revisions_rest_controller": null,
    "autosave_rest_controller_class": false,
    "autosave_rest_controller": null,
    "late_route_registration": false
}

Media attachment

Post type like post.
WP Core PT
{
    "name": "attachment",
    "label": "Media",
    "labels": {
        "name": "Media",
        "singular_name": "Media",
        "add_new": "Add Media File",
        "add_new_item": "Add Media File",
        "edit_item": "Edit Media",
        "new_item": "New Post",
        "view_item": "View Media File",
        "view_items": "View Posts",
        "search_items": "Search Posts",
        "not_found": "No posts found.",
        "not_found_in_trash": "No posts found in Trash.",
        "parent_item_colon": null,
        "all_items": "Media",
        "archives": "Media",
        "attributes": "Attachment Attributes",
        "insert_into_item": "Insert into post",
        "uploaded_to_this_item": "Uploaded to this post",
        "featured_image": "Featured image",
        "set_featured_image": "Set featured image",
        "remove_featured_image": "Remove featured image",
        "use_featured_image": "Use as featured image",
        "filter_items_list": "Filter posts list",
        "filter_by_date": "Filter by date",
        "items_list_navigation": "Posts list navigation",
        "items_list": "Posts list",
        "item_published": "Post published.",
        "item_published_privately": "Post published privately.",
        "item_reverted_to_draft": "Post reverted to draft.",
        "item_trashed": "Post trashed.",
        "item_scheduled": "Post scheduled.",
        "item_updated": "Post updated.",
        "item_link": "Post Link",
        "item_link_description": "A link to a post.",
        "menu_name": "Media",
        "name_admin_bar": "Media",
        "template_name": "Single item: Media"
    },
    "description": "",
    "public": true,
    "hierarchical": false,
    "exclude_from_search": false,
    "publicly_queryable": true,
    "embeddable": true,
    "show_ui": true,
    "show_in_menu": true,
    "show_in_nav_menus": false,
    "show_in_admin_bar": true,
    "menu_position": null,
    "menu_icon": "dashicons-admin-media",
    "capability_type": "post",
    "map_meta_cap": true,
    "register_meta_box_cb": null,
    "taxonomies": [],
    "has_archive": false,
    "query_var": false,
    "can_export": true,
    "delete_with_user": true,
    "template": [],
    "template_lock": false,
    "_builtin": true,
    "_edit_link": "post.php?post=%d",
    "cap": {
        "edit_post": "edit_post",
        "read_post": "read_post",
        "delete_post": "delete_post",
        "edit_posts": "edit_posts",
        "edit_others_posts": "edit_others_posts",
        "delete_posts": "delete_posts",
        "publish_posts": "publish_posts",
        "read_private_posts": "read_private_posts",
        "read": "read",
        "delete_private_posts": "delete_private_posts",
        "delete_published_posts": "delete_published_posts",
        "delete_others_posts": "delete_others_posts",
        "edit_private_posts": "edit_private_posts",
        "edit_published_posts": "edit_published_posts",
        "create_posts": "upload_files"
    },
    "rewrite": false,
    "show_in_rest": true,
    "rest_base": "media",
    "rest_namespace": "wp/v2",
    "rest_controller_class": "WP_REST_Attachments_Controller",
    "rest_controller": null,
    "revisions_rest_controller_class": false,
    "revisions_rest_controller": null,
    "autosave_rest_controller_class": false,
    "autosave_rest_controller": null,
    "late_route_registration": false
}

Projects project

Post type like post.
Custom PT
{
    "name": "project",
    "label": "Projects",
    "labels": {
        "name": "Projects",
        "singular_name": "Project",
        "add_new": "Add New",
        "add_new_item": "Add New Project",
        "edit_item": "Edit Project",
        "new_item": "New Project",
        "view_item": "View Project",
        "view_items": "View Posts",
        "search_items": "Search Projects",
        "not_found": "Nothing found",
        "not_found_in_trash": "Nothing found in Trash",
        "parent_item_colon": "",
        "all_items": "All Projects",
        "archives": "All Projects",
        "attributes": "Post Attributes",
        "insert_into_item": "Insert into post",
        "uploaded_to_this_item": "Uploaded to this post",
        "featured_image": "Featured image",
        "set_featured_image": "Set featured image",
        "remove_featured_image": "Remove featured image",
        "use_featured_image": "Use as featured image",
        "filter_items_list": "Filter posts list",
        "filter_by_date": "Filter by date",
        "items_list_navigation": "Posts list navigation",
        "items_list": "Posts list",
        "item_published": "Post published.",
        "item_published_privately": "Post published privately.",
        "item_reverted_to_draft": "Post reverted to draft.",
        "item_trashed": "Post trashed.",
        "item_scheduled": "Post scheduled.",
        "item_updated": "Post updated.",
        "item_link": "Post Link",
        "item_link_description": "A link to a post.",
        "menu_name": "Projects",
        "name_admin_bar": "Project",
        "template_name": "Single item: Project"
    },
    "description": "",
    "public": true,
    "hierarchical": false,
    "exclude_from_search": false,
    "publicly_queryable": true,
    "embeddable": true,
    "show_ui": true,
    "show_in_menu": true,
    "show_in_nav_menus": true,
    "show_in_admin_bar": true,
    "menu_position": null,
    "menu_icon": null,
    "capability_type": "post",
    "map_meta_cap": true,
    "register_meta_box_cb": null,
    "taxonomies": [],
    "has_archive": true,
    "query_var": "project",
    "can_export": true,
    "delete_with_user": null,
    "template": [],
    "template_lock": false,
    "_builtin": false,
    "_edit_link": "post.php?post=%d",
    "cap": {
        "edit_post": "edit_post",
        "read_post": "read_post",
        "delete_post": "delete_post",
        "edit_posts": "edit_posts",
        "edit_others_posts": "edit_others_posts",
        "delete_posts": "delete_posts",
        "publish_posts": "publish_posts",
        "read_private_posts": "read_private_posts",
        "read": "read",
        "delete_private_posts": "delete_private_posts",
        "delete_published_posts": "delete_published_posts",
        "delete_others_posts": "delete_others_posts",
        "edit_private_posts": "edit_private_posts",
        "edit_published_posts": "edit_published_posts",
        "create_posts": "edit_posts"
    },
    "rewrite": {
        "feeds": true,
        "slug": "project",
        "with_front": false,
        "pages": true,
        "ep_mask": 1
    },
    "show_in_rest": true,
    "rest_base": false,
    "rest_namespace": "wp/v2",
    "rest_controller_class": false,
    "rest_controller": null,
    "revisions_rest_controller_class": false,
    "revisions_rest_controller": null,
    "autosave_rest_controller_class": false,
    "autosave_rest_controller": null,
    "late_route_registration": false
}

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.

Taxonomies

Switch to advanced mode

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.

No taxonomies found.

Category associated with:
None
Tag associated with:
None

Customize taxonomy labels.
Leave blank to use default text.
Delete

Taxonomies

Switch to basic mode

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.
File:
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
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

Registered taxonomies

All registered taxonomies (core WP and custom) are listed in sidebar panel.

Registered taxonomies16

Categories category

Category associated with:
post
WP Core
{
    "name": "category",
    "label": "Categories",
    "labels": {
        "name": "Categories",
        "singular_name": "Category",
        "search_items": "Search Categories",
        "popular_items": null,
        "all_items": "All Categories",
        "parent_item": "Parent Category",
        "parent_item_colon": "Parent Category:",
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": "Assign a parent term to create a hierarchy. The term Jazz, for example, would be the parent of Bebop and Big Band.",
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Category",
        "view_item": "View Category",
        "update_item": "Update Category",
        "add_new_item": "Add Category",
        "new_item_name": "New Category Name",
        "separate_items_with_commas": null,
        "add_or_remove_items": null,
        "choose_from_most_used": null,
        "not_found": "No categories found.",
        "no_terms": "No categories",
        "filter_by_item": "Filter by category",
        "items_list_navigation": "Categories list navigation",
        "items_list": "Categories list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Categories",
        "item_link": "Category Link",
        "item_link_description": "A link to a category.",
        "menu_name": "Categories",
        "name_admin_bar": "category",
        "template_name": "Category Archives"
    },
    "description": "",
    "public": true,
    "publicly_queryable": true,
    "hierarchical": true,
    "show_ui": true,
    "show_in_menu": true,
    "show_in_nav_menus": true,
    "show_tagcloud": true,
    "show_in_quick_edit": true,
    "show_admin_column": true,
    "meta_box_cb": "post_categories_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_checkboxes",
    "object_type": [
        "post"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "edit_categories",
        "delete_terms": "delete_categories",
        "assign_terms": "assign_categories"
    },
    "rewrite": {
        "with_front": true,
        "hierarchical": true,
        "ep_mask": 512,
        "slug": "category"
    },
    "query_var": "category_name",
    "update_count_callback": "",
    "show_in_rest": true,
    "rest_base": "categories",
    "rest_namespace": "wp/v2",
    "rest_controller_class": "WP_REST_Terms_Controller",
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": true
}

Tags post_tag

Tag associated with:
post
WP Core
{
    "name": "post_tag",
    "label": "Tags",
    "labels": {
        "name": "Tags",
        "singular_name": "Tag",
        "search_items": "Search Tags",
        "popular_items": "Popular Tags",
        "all_items": "All Tags",
        "parent_item": null,
        "parent_item_colon": null,
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Tag",
        "view_item": "View Tag",
        "update_item": "Update Tag",
        "add_new_item": "Add Tag",
        "new_item_name": "New Tag Name",
        "separate_items_with_commas": "Separate tags with commas",
        "add_or_remove_items": "Add or remove tags",
        "choose_from_most_used": "Choose from the most used tags",
        "not_found": "No tags found.",
        "no_terms": "No tags",
        "filter_by_item": null,
        "items_list_navigation": "Tags list navigation",
        "items_list": "Tags list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Tags",
        "item_link": "Tag Link",
        "item_link_description": "A link to a tag.",
        "menu_name": "Tags",
        "name_admin_bar": "post_tag",
        "template_name": "Tag Archives"
    },
    "description": "",
    "public": true,
    "publicly_queryable": true,
    "hierarchical": false,
    "show_ui": true,
    "show_in_menu": true,
    "show_in_nav_menus": true,
    "show_tagcloud": true,
    "show_in_quick_edit": true,
    "show_admin_column": true,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "post"
    ],
    "cap": {
        "manage_terms": "manage_post_tags",
        "edit_terms": "edit_post_tags",
        "delete_terms": "delete_post_tags",
        "assign_terms": "assign_post_tags"
    },
    "rewrite": {
        "with_front": true,
        "hierarchical": false,
        "ep_mask": 1024,
        "slug": "tag"
    },
    "query_var": "tag",
    "update_count_callback": "",
    "show_in_rest": true,
    "rest_base": "tags",
    "rest_namespace": "wp/v2",
    "rest_controller_class": "WP_REST_Terms_Controller",
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": true
}

Navigation Menus nav_menu

Tag associated with:
nav_menu_item
WP Core
{
    "name": "nav_menu",
    "label": "Navigation Menus",
    "labels": {
        "name": "Navigation Menus",
        "singular_name": "Navigation Menu",
        "search_items": "Search Tags",
        "popular_items": "Popular Tags",
        "all_items": "Navigation Menus",
        "parent_item": null,
        "parent_item_colon": null,
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Tag",
        "view_item": "View Tag",
        "update_item": "Update Tag",
        "add_new_item": "Add Tag",
        "new_item_name": "New Tag Name",
        "separate_items_with_commas": "Separate tags with commas",
        "add_or_remove_items": "Add or remove tags",
        "choose_from_most_used": "Choose from the most used tags",
        "not_found": "No tags found.",
        "no_terms": "No tags",
        "filter_by_item": null,
        "items_list_navigation": "Tags list navigation",
        "items_list": "Tags list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Tags",
        "item_link": "Tag Link",
        "item_link_description": "A link to a tag.",
        "menu_name": "Navigation Menus",
        "name_admin_bar": "Navigation Menu",
        "archives": "Navigation Menus",
        "template_name": "Navigation Menu Archives"
    },
    "description": "",
    "public": false,
    "publicly_queryable": false,
    "hierarchical": false,
    "show_ui": false,
    "show_in_menu": false,
    "show_in_nav_menus": false,
    "show_tagcloud": false,
    "show_in_quick_edit": false,
    "show_admin_column": false,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "nav_menu_item"
    ],
    "cap": {
        "manage_terms": "edit_theme_options",
        "edit_terms": "edit_theme_options",
        "delete_terms": "edit_theme_options",
        "assign_terms": "edit_theme_options"
    },
    "rewrite": false,
    "query_var": false,
    "update_count_callback": "",
    "show_in_rest": true,
    "rest_base": "menus",
    "rest_namespace": "wp/v2",
    "rest_controller_class": "WP_REST_Menus_Controller",
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": true
}

Link Categories link_category

Tag associated with:
link
WP Core
{
    "name": "link_category",
    "label": "Link Categories",
    "labels": {
        "name": "Link Categories",
        "singular_name": "Link Category",
        "search_items": "Search Link Categories",
        "popular_items": null,
        "all_items": "All Link Categories",
        "parent_item": null,
        "parent_item_colon": null,
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Link Category",
        "view_item": "View Tag",
        "update_item": "Update Link Category",
        "add_new_item": "Add Link Category",
        "new_item_name": "New Link Category Name",
        "separate_items_with_commas": null,
        "add_or_remove_items": null,
        "choose_from_most_used": null,
        "not_found": "No tags found.",
        "no_terms": "No tags",
        "filter_by_item": null,
        "items_list_navigation": "Tags list navigation",
        "items_list": "Tags list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Link Categories",
        "item_link": "Tag Link",
        "item_link_description": "A link to a tag.",
        "menu_name": "Link Categories",
        "name_admin_bar": "Link Category",
        "archives": "All Link Categories",
        "template_name": "Link Category Archives"
    },
    "description": "",
    "public": false,
    "publicly_queryable": false,
    "hierarchical": false,
    "show_ui": true,
    "show_in_menu": true,
    "show_in_nav_menus": false,
    "show_tagcloud": true,
    "show_in_quick_edit": true,
    "show_admin_column": false,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "link"
    ],
    "cap": {
        "manage_terms": "manage_links",
        "edit_terms": "manage_links",
        "delete_terms": "manage_links",
        "assign_terms": "manage_links"
    },
    "rewrite": false,
    "query_var": false,
    "update_count_callback": "",
    "show_in_rest": false,
    "rest_base": false,
    "rest_namespace": false,
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": true
}

Formats post_format

Tag associated with:
post
WP Core
{
    "name": "post_format",
    "label": "Formats",
    "labels": {
        "name": "Formats",
        "singular_name": "Format",
        "search_items": "Search Tags",
        "popular_items": "Popular Tags",
        "all_items": "Formats",
        "parent_item": null,
        "parent_item_colon": null,
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Tag",
        "view_item": "View Tag",
        "update_item": "Update Tag",
        "add_new_item": "Add Tag",
        "new_item_name": "New Tag Name",
        "separate_items_with_commas": "Separate tags with commas",
        "add_or_remove_items": "Add or remove tags",
        "choose_from_most_used": "Choose from the most used tags",
        "not_found": "No tags found.",
        "no_terms": "No tags",
        "filter_by_item": null,
        "items_list_navigation": "Tags list navigation",
        "items_list": "Tags list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Tags",
        "item_link": "Tag Link",
        "item_link_description": "A link to a tag.",
        "menu_name": "Formats",
        "name_admin_bar": "Format",
        "archives": "Formats",
        "template_name": "Format Archives"
    },
    "description": "",
    "public": true,
    "publicly_queryable": true,
    "hierarchical": false,
    "show_ui": false,
    "show_in_menu": false,
    "show_in_nav_menus": true,
    "show_tagcloud": false,
    "show_in_quick_edit": false,
    "show_admin_column": false,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "post"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "manage_categories",
        "delete_terms": "manage_categories",
        "assign_terms": "edit_posts"
    },
    "rewrite": {
        "with_front": true,
        "hierarchical": false,
        "ep_mask": 0,
        "slug": "type"
    },
    "query_var": "post_format",
    "update_count_callback": "",
    "show_in_rest": false,
    "rest_base": false,
    "rest_namespace": false,
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": true
}

Themes wp_theme

Tag associated with:
wp_template
wp_template_part
wp_global_styles
WP Core
{
    "name": "wp_theme",
    "label": "Themes",
    "labels": {
        "name": "Themes",
        "singular_name": "Theme",
        "search_items": "Search Tags",
        "popular_items": "Popular Tags",
        "all_items": "Themes",
        "parent_item": null,
        "parent_item_colon": null,
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Tag",
        "view_item": "View Tag",
        "update_item": "Update Tag",
        "add_new_item": "Add Tag",
        "new_item_name": "New Tag Name",
        "separate_items_with_commas": "Separate tags with commas",
        "add_or_remove_items": "Add or remove tags",
        "choose_from_most_used": "Choose from the most used tags",
        "not_found": "No tags found.",
        "no_terms": "No tags",
        "filter_by_item": null,
        "items_list_navigation": "Tags list navigation",
        "items_list": "Tags list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Tags",
        "item_link": "Tag Link",
        "item_link_description": "A link to a tag.",
        "menu_name": "Themes",
        "name_admin_bar": "Theme",
        "archives": "Themes",
        "template_name": "Theme Archives"
    },
    "description": "",
    "public": false,
    "publicly_queryable": false,
    "hierarchical": false,
    "show_ui": false,
    "show_in_menu": false,
    "show_in_nav_menus": false,
    "show_tagcloud": false,
    "show_in_quick_edit": false,
    "show_admin_column": false,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "wp_template",
        "wp_template_part",
        "wp_global_styles"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "manage_categories",
        "delete_terms": "manage_categories",
        "assign_terms": "edit_posts"
    },
    "rewrite": false,
    "query_var": false,
    "update_count_callback": "",
    "show_in_rest": false,
    "rest_base": false,
    "rest_namespace": false,
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": true
}

Template Part Areas wp_template_part_area

Tag associated with:
wp_template_part
WP Core
{
    "name": "wp_template_part_area",
    "label": "Template Part Areas",
    "labels": {
        "name": "Template Part Areas",
        "singular_name": "Template Part Area",
        "search_items": "Search Tags",
        "popular_items": "Popular Tags",
        "all_items": "Template Part Areas",
        "parent_item": null,
        "parent_item_colon": null,
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Tag",
        "view_item": "View Tag",
        "update_item": "Update Tag",
        "add_new_item": "Add Tag",
        "new_item_name": "New Tag Name",
        "separate_items_with_commas": "Separate tags with commas",
        "add_or_remove_items": "Add or remove tags",
        "choose_from_most_used": "Choose from the most used tags",
        "not_found": "No tags found.",
        "no_terms": "No tags",
        "filter_by_item": null,
        "items_list_navigation": "Tags list navigation",
        "items_list": "Tags list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Tags",
        "item_link": "Tag Link",
        "item_link_description": "A link to a tag.",
        "menu_name": "Template Part Areas",
        "name_admin_bar": "Template Part Area",
        "archives": "Template Part Areas",
        "template_name": "Template Part Area Archives"
    },
    "description": "",
    "public": false,
    "publicly_queryable": false,
    "hierarchical": false,
    "show_ui": false,
    "show_in_menu": false,
    "show_in_nav_menus": false,
    "show_tagcloud": false,
    "show_in_quick_edit": false,
    "show_admin_column": false,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "wp_template_part"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "manage_categories",
        "delete_terms": "manage_categories",
        "assign_terms": "edit_posts"
    },
    "rewrite": false,
    "query_var": false,
    "update_count_callback": "",
    "show_in_rest": false,
    "rest_base": false,
    "rest_namespace": false,
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": true
}

Pattern Categories wp_pattern_category

Tag associated with:
wp_block
WP Core
{
    "name": "wp_pattern_category",
    "label": "Pattern Categories",
    "labels": {
        "name": "Pattern Categories",
        "singular_name": "Pattern Category",
        "search_items": "Search Pattern Categories",
        "popular_items": "Popular Pattern Categories",
        "all_items": "Pattern Categories",
        "parent_item": null,
        "parent_item_colon": null,
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Pattern Category",
        "view_item": "View Pattern Category",
        "update_item": "Update Pattern Category",
        "add_new_item": "Add Category",
        "new_item_name": "New Pattern Category Name",
        "separate_items_with_commas": "Separate pattern categories with commas",
        "add_or_remove_items": "Add or remove pattern categories",
        "choose_from_most_used": "Choose from the most used pattern categories",
        "not_found": "No pattern categories found.",
        "no_terms": "No pattern categories",
        "filter_by_item": null,
        "items_list_navigation": "Pattern Categories list navigation",
        "items_list": "Pattern Categories list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Pattern Categories",
        "item_link": "Pattern Category Link",
        "item_link_description": "A link to a pattern category.",
        "menu_name": "Pattern Categories",
        "name_admin_bar": "Pattern Category",
        "archives": "Pattern Categories",
        "template_name": "Pattern Category Archives"
    },
    "description": "",
    "public": false,
    "publicly_queryable": false,
    "hierarchical": false,
    "show_ui": true,
    "show_in_menu": true,
    "show_in_nav_menus": false,
    "show_tagcloud": false,
    "show_in_quick_edit": true,
    "show_admin_column": true,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "wp_block"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "manage_categories",
        "delete_terms": "manage_categories",
        "assign_terms": "edit_posts"
    },
    "rewrite": false,
    "query_var": false,
    "update_count_callback": "",
    "show_in_rest": true,
    "rest_base": false,
    "rest_namespace": "wp/v2",
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": true
}

Categories layout_category

Category associated with:
et_pb_layout
Custom
{
    "name": "layout_category",
    "label": "Categories",
    "labels": {
        "name": "Categories",
        "singular_name": "Category",
        "search_items": "Search Categories",
        "popular_items": null,
        "all_items": "All Categories",
        "parent_item": "Parent Category",
        "parent_item_colon": "Parent Category:",
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": "Assign a parent term to create a hierarchy. The term Jazz, for example, would be the parent of Bebop and Big Band.",
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Category",
        "view_item": "View Category",
        "update_item": "Update Category",
        "add_new_item": "Add Category",
        "new_item_name": "New Category Name",
        "separate_items_with_commas": null,
        "add_or_remove_items": null,
        "choose_from_most_used": null,
        "not_found": "No categories found.",
        "no_terms": "No categories",
        "filter_by_item": "Filter by category",
        "items_list_navigation": "Categories list navigation",
        "items_list": "Categories list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Categories",
        "item_link": "Category Link",
        "item_link_description": "A link to a category.",
        "menu_name": "Categories",
        "name_admin_bar": "layout_category",
        "template_name": "Category Archives"
    },
    "description": "",
    "public": true,
    "publicly_queryable": false,
    "hierarchical": true,
    "show_ui": true,
    "show_in_menu": true,
    "show_in_nav_menus": false,
    "show_tagcloud": true,
    "show_in_quick_edit": true,
    "show_admin_column": true,
    "meta_box_cb": "post_categories_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_checkboxes",
    "object_type": [
        "et_pb_layout"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "manage_categories",
        "delete_terms": "manage_categories",
        "assign_terms": "edit_posts"
    },
    "rewrite": {
        "with_front": true,
        "hierarchical": false,
        "ep_mask": 0,
        "0": "",
        "slug": "layout_category"
    },
    "query_var": false,
    "update_count_callback": "",
    "show_in_rest": false,
    "rest_base": false,
    "rest_namespace": false,
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": false
}

Tags layout_tag

Tag associated with:
et_pb_layout
Custom
{
    "name": "layout_tag",
    "label": "Tags",
    "labels": {
        "name": "Tags",
        "singular_name": "Tags",
        "search_items": "Search Tags",
        "popular_items": "Popular Tags",
        "all_items": "Tags",
        "parent_item": null,
        "parent_item_colon": null,
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Tag",
        "view_item": "View Tag",
        "update_item": "Update Tag",
        "add_new_item": "Add Tag",
        "new_item_name": "New Tag Name",
        "separate_items_with_commas": "Separate tags with commas",
        "add_or_remove_items": "Add or remove tags",
        "choose_from_most_used": "Choose from the most used tags",
        "not_found": "No tags found.",
        "no_terms": "No tags",
        "filter_by_item": null,
        "items_list_navigation": "Tags list navigation",
        "items_list": "Tags list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Tags",
        "item_link": "Tag Link",
        "item_link_description": "A link to a tag.",
        "menu_name": "Tags",
        "name_admin_bar": "Tags",
        "archives": "Tags",
        "template_name": "Tags Archives"
    },
    "description": "",
    "public": true,
    "publicly_queryable": false,
    "hierarchical": false,
    "show_ui": true,
    "show_in_menu": true,
    "show_in_nav_menus": false,
    "show_tagcloud": true,
    "show_in_quick_edit": true,
    "show_admin_column": true,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "et_pb_layout"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "manage_categories",
        "delete_terms": "manage_categories",
        "assign_terms": "edit_posts"
    },
    "rewrite": {
        "with_front": true,
        "hierarchical": false,
        "ep_mask": 0,
        "0": "",
        "slug": "layout_tag"
    },
    "query_var": false,
    "update_count_callback": "",
    "show_in_rest": false,
    "rest_base": false,
    "rest_namespace": false,
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": false
}

Packs layout_pack

Tag associated with:
et_pb_layout
Custom
{
    "name": "layout_pack",
    "label": "Packs",
    "labels": {
        "name": "Packs",
        "singular_name": "Layout Pack",
        "search_items": "Search Layout Packs",
        "popular_items": "Popular Tags",
        "all_items": "All Layout Packs",
        "parent_item": null,
        "parent_item_colon": null,
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Layout Pack",
        "view_item": "View Layout Pack",
        "update_item": "Update Layout Pack",
        "add_new_item": "Add New Layout Pack",
        "new_item_name": "New Layout Pack Name",
        "separate_items_with_commas": "Separate layout packs with commas",
        "add_or_remove_items": "Add or remove tags",
        "choose_from_most_used": "Choose from the most used layout packs",
        "not_found": "No layout packs found",
        "no_terms": "No layout packs",
        "filter_by_item": null,
        "items_list_navigation": "Tags list navigation",
        "items_list": "Tags list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Tags",
        "item_link": "Tag Link",
        "item_link_description": "A link to a tag.",
        "menu_name": "Packs",
        "add_new": "Add New",
        "new_item": "New Layout Pack",
        "name_admin_bar": "Layout Pack",
        "archives": "All Layout Packs",
        "template_name": "Layout Pack Archives"
    },
    "description": "",
    "public": true,
    "publicly_queryable": false,
    "hierarchical": false,
    "show_ui": false,
    "show_in_menu": false,
    "show_in_nav_menus": false,
    "show_tagcloud": false,
    "show_in_quick_edit": false,
    "show_admin_column": false,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "et_pb_layout"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "manage_categories",
        "delete_terms": "manage_categories",
        "assign_terms": "edit_posts"
    },
    "rewrite": {
        "with_front": true,
        "hierarchical": false,
        "ep_mask": 0,
        "0": "",
        "slug": "layout_pack"
    },
    "query_var": false,
    "update_count_callback": "",
    "show_in_rest": false,
    "rest_base": false,
    "rest_namespace": false,
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": false
}

Type layout_type

Tag associated with:
et_pb_layout
Custom
{
    "name": "layout_type",
    "label": "Type",
    "labels": {
        "name": "Type",
        "singular_name": "Type",
        "search_items": "Search Tags",
        "popular_items": "Popular Tags",
        "all_items": "Type",
        "parent_item": null,
        "parent_item_colon": null,
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Tag",
        "view_item": "View Tag",
        "update_item": "Update Tag",
        "add_new_item": "Add Tag",
        "new_item_name": "New Tag Name",
        "separate_items_with_commas": "Separate tags with commas",
        "add_or_remove_items": "Add or remove tags",
        "choose_from_most_used": "Choose from the most used tags",
        "not_found": "No tags found.",
        "no_terms": "No tags",
        "filter_by_item": null,
        "items_list_navigation": "Tags list navigation",
        "items_list": "Tags list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Tags",
        "item_link": "Tag Link",
        "item_link_description": "A link to a tag.",
        "menu_name": "Type",
        "name_admin_bar": "Type",
        "archives": "Type",
        "template_name": "Type Archives"
    },
    "description": "",
    "public": true,
    "publicly_queryable": false,
    "hierarchical": false,
    "show_ui": false,
    "show_in_menu": false,
    "show_in_nav_menus": false,
    "show_tagcloud": false,
    "show_in_quick_edit": false,
    "show_admin_column": true,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "et_pb_layout"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "manage_categories",
        "delete_terms": "manage_categories",
        "assign_terms": "edit_posts"
    },
    "rewrite": {
        "with_front": true,
        "hierarchical": false,
        "ep_mask": 0,
        "0": "",
        "slug": "layout_type"
    },
    "query_var": false,
    "update_count_callback": "",
    "show_in_rest": false,
    "rest_base": false,
    "rest_namespace": false,
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": false
}

Module Width module_width

Tag associated with:
et_pb_layout
Custom
{
    "name": "module_width",
    "label": "Module Width",
    "labels": {
        "name": "Module Width",
        "singular_name": "Module Width",
        "search_items": "Search Tags",
        "popular_items": "Popular Tags",
        "all_items": "Module Width",
        "parent_item": null,
        "parent_item_colon": null,
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Tag",
        "view_item": "View Tag",
        "update_item": "Update Tag",
        "add_new_item": "Add Tag",
        "new_item_name": "New Tag Name",
        "separate_items_with_commas": "Separate tags with commas",
        "add_or_remove_items": "Add or remove tags",
        "choose_from_most_used": "Choose from the most used tags",
        "not_found": "No tags found.",
        "no_terms": "No tags",
        "filter_by_item": null,
        "items_list_navigation": "Tags list navigation",
        "items_list": "Tags list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Tags",
        "item_link": "Tag Link",
        "item_link_description": "A link to a tag.",
        "menu_name": "Module Width",
        "name_admin_bar": "Module Width",
        "archives": "Module Width",
        "template_name": "Module Width Archives"
    },
    "description": "",
    "public": true,
    "publicly_queryable": false,
    "hierarchical": false,
    "show_ui": false,
    "show_in_menu": false,
    "show_in_nav_menus": false,
    "show_tagcloud": false,
    "show_in_quick_edit": false,
    "show_admin_column": false,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "et_pb_layout"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "manage_categories",
        "delete_terms": "manage_categories",
        "assign_terms": "edit_posts"
    },
    "rewrite": {
        "with_front": true,
        "hierarchical": false,
        "ep_mask": 0,
        "0": "",
        "slug": "module_width"
    },
    "query_var": false,
    "update_count_callback": "",
    "show_in_rest": false,
    "rest_base": false,
    "rest_namespace": false,
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": false
}

Scope scope

Tag associated with:
et_pb_layout
Custom
{
    "name": "scope",
    "label": "Scope",
    "labels": {
        "name": "Scope",
        "singular_name": "Scope",
        "search_items": "Search Tags",
        "popular_items": "Popular Tags",
        "all_items": "Scope",
        "parent_item": null,
        "parent_item_colon": null,
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Tag",
        "view_item": "View Tag",
        "update_item": "Update Tag",
        "add_new_item": "Add Tag",
        "new_item_name": "New Tag Name",
        "separate_items_with_commas": "Separate tags with commas",
        "add_or_remove_items": "Add or remove tags",
        "choose_from_most_used": "Choose from the most used tags",
        "not_found": "No tags found.",
        "no_terms": "No tags",
        "filter_by_item": null,
        "items_list_navigation": "Tags list navigation",
        "items_list": "Tags list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Tags",
        "item_link": "Tag Link",
        "item_link_description": "A link to a tag.",
        "menu_name": "Scope",
        "name_admin_bar": "Scope",
        "archives": "Scope",
        "template_name": "Scope Archives"
    },
    "description": "",
    "public": true,
    "publicly_queryable": false,
    "hierarchical": false,
    "show_ui": false,
    "show_in_menu": false,
    "show_in_nav_menus": false,
    "show_tagcloud": false,
    "show_in_quick_edit": false,
    "show_admin_column": false,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "et_pb_layout"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "manage_categories",
        "delete_terms": "manage_categories",
        "assign_terms": "edit_posts"
    },
    "rewrite": {
        "with_front": true,
        "hierarchical": false,
        "ep_mask": 0,
        "0": "",
        "slug": "scope"
    },
    "query_var": false,
    "update_count_callback": "",
    "show_in_rest": false,
    "rest_base": false,
    "rest_namespace": false,
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": false
}

Project Categories project_category

Category associated with:
project
Custom
{
    "name": "project_category",
    "label": "Project Categories",
    "labels": {
        "name": "Project Categories",
        "singular_name": "Project Category",
        "search_items": "Search Categories",
        "popular_items": null,
        "all_items": "All Categories",
        "parent_item": "Parent Category",
        "parent_item_colon": "Parent Category:",
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": "Assign a parent term to create a hierarchy. The term Jazz, for example, would be the parent of Bebop and Big Band.",
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Category",
        "view_item": "View Category",
        "update_item": "Update Category",
        "add_new_item": "Add New Category",
        "new_item_name": "New Category Name",
        "separate_items_with_commas": null,
        "add_or_remove_items": null,
        "choose_from_most_used": null,
        "not_found": "You currently don't have any project categories.",
        "no_terms": "No categories",
        "filter_by_item": "Filter by category",
        "items_list_navigation": "Categories list navigation",
        "items_list": "Categories list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Categories",
        "item_link": "Category Link",
        "item_link_description": "A link to a category.",
        "menu_name": "Categories",
        "name_admin_bar": "Project Category",
        "archives": "All Categories",
        "template_name": "Project Category Archives"
    },
    "description": "",
    "public": true,
    "publicly_queryable": true,
    "hierarchical": true,
    "show_ui": true,
    "show_in_menu": true,
    "show_in_nav_menus": true,
    "show_tagcloud": true,
    "show_in_quick_edit": true,
    "show_admin_column": true,
    "meta_box_cb": "post_categories_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_checkboxes",
    "object_type": [
        "project"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "manage_categories",
        "delete_terms": "manage_categories",
        "assign_terms": "edit_posts"
    },
    "rewrite": {
        "with_front": true,
        "hierarchical": false,
        "ep_mask": 0,
        "0": "",
        "slug": "project_category"
    },
    "query_var": "project_category",
    "update_count_callback": "",
    "show_in_rest": true,
    "rest_base": false,
    "rest_namespace": "wp/v2",
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": false
}

Project Tags project_tag

Tag associated with:
project
Custom
{
    "name": "project_tag",
    "label": "Project Tags",
    "labels": {
        "name": "Project Tags",
        "singular_name": "Project Tag",
        "search_items": "Search Tags",
        "popular_items": "Popular Tags",
        "all_items": "All Tags",
        "parent_item": "Parent Tag",
        "parent_item_colon": "Parent Tag:",
        "name_field_description": "The name is how it appears on your site.",
        "slug_field_description": "The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.",
        "parent_field_description": null,
        "desc_field_description": "The description is not prominent by default; however, some themes may show it.",
        "edit_item": "Edit Tag",
        "view_item": "View Tag",
        "update_item": "Update Tag",
        "add_new_item": "Add New Tag",
        "new_item_name": "New Tag Name",
        "separate_items_with_commas": "Separate tags with commas",
        "add_or_remove_items": "Add or remove tags",
        "choose_from_most_used": "Choose from the most used tags",
        "not_found": "No tags found.",
        "no_terms": "No tags",
        "filter_by_item": null,
        "items_list_navigation": "Tags list navigation",
        "items_list": "Tags list",
        "most_used": "Most Used",
        "back_to_items": "← Go to Tags",
        "item_link": "Tag Link",
        "item_link_description": "A link to a tag.",
        "menu_name": "Tags",
        "name_admin_bar": "Project Tag",
        "archives": "All Tags",
        "template_name": "Project Tag Archives"
    },
    "description": "",
    "public": true,
    "publicly_queryable": true,
    "hierarchical": false,
    "show_ui": true,
    "show_in_menu": true,
    "show_in_nav_menus": true,
    "show_tagcloud": true,
    "show_in_quick_edit": true,
    "show_admin_column": true,
    "meta_box_cb": "post_tags_meta_box",
    "meta_box_sanitize_cb": "taxonomy_meta_box_sanitize_cb_input",
    "object_type": [
        "project"
    ],
    "cap": {
        "manage_terms": "manage_categories",
        "edit_terms": "manage_categories",
        "delete_terms": "manage_categories",
        "assign_terms": "edit_posts"
    },
    "rewrite": {
        "with_front": true,
        "hierarchical": false,
        "ep_mask": 0,
        "0": "",
        "slug": "project_tag"
    },
    "query_var": "project_tag",
    "update_count_callback": "",
    "show_in_rest": true,
    "rest_base": false,
    "rest_namespace": "wp/v2",
    "rest_controller_class": false,
    "rest_controller": null,
    "default_term": null,
    "sort": null,
    "args": null,
    "_builtin": false
}

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.

Custom fields

Switch to advanced mode

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.

No custom fields meta box found.

Meta box associated to
with 0 custom fields.

No custom fields in meta box group

Delete
Delete

Custom fields

Switch to basic mode

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.
File:
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
Toggle editor find & replace panel.
Hotkeys: CTRL + F to open, ESC to close
Copy editor contents to clipboard.
Toggle editor light/dark theme.

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.