Closed edpittol closed 4 years ago
Summary:
When wp scaffold block is executed to create a block on a child theme, the reference inner the generate PHP file is to the parent.
wp scaffold block
Step to reproduce:
wp scaffold block new-block --theme=child-theme
blocks/new-block.php
get_template_directory*
get_stylesheet_directory*
Summary:
When
wp scaffold block
is executed to create a block on a child theme, the reference inner the generate PHP file is to the parent.Step to reproduce:
wp scaffold block new-block --theme=child-theme
blocks/new-block.php
useget_template_directory*
calls insteadget_stylesheet_directory*