woocommerce/plugins/woocommerce-blocks/tests/e2e/themes/storefront-child__with-bloc.../functions.php

7 lines
173 B
PHP

<?php
add_action( 'after_setup_theme', 'add_block_template_part_support' );
function add_block_template_part_support() {
add_theme_support( 'block-template-parts' );
}