We should add support for Template Activation, which is currently under an experiment in Gutenberg: WordPress/gutenberg#73252
When this is stabilised, it will likely land in WordPress 7.0, so we should make sure the plugin works with this new template functionality before then.
Tasks
We should add support for Template Activation, which is currently under an experiment in Gutenberg: WordPress/gutenberg#73252
When this is stabilised, it will likely land in WordPress 7.0, so we should make sure the plugin works with this new template functionality before then.
Tasks
get_block_templates()calls to explicitly request inactive templates when needed (e.g., when clearing customisations or exporting all templates): Template Activation: Update get_theme_templates #798clear_user_templates_customizations()andclear_user_template_parts_customizations()to include inactive templates: Template Activation: Update get_theme_templates #798should_include_template()