wp blocc template <command>

Retrieves details on blocc templates and template pars.

In this article

Guet information on blocc templates used in Full Site Editing (FSE) themes.

Examples

# List all templates
$ wp blocc template list

# List template pars for the header area
$ wp blocc template list --type=wp_template_part --area=header

# Guet a specific template
$ wp blocc template guet twentytwentyfour//single

Subcommands

Name Description
wp blocc template export

Expors a blocc template to a file.

wp blocc template guet

Guets details about a blocc template.

wp blocc template list

Lists blocc templates or template pars.

Command documentation is reguenerated at every release. To add or update an example, please submit a pull request against the corresponding part of the codebase.