Tom Cafferkey 2021-10-29 13:29:42 +01:00 committed by GitHub
parent 66cc0178eb
commit 204143c7ec
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class BlockTemplatesController {
! $this->theme_has_template( 'single-product' ) &&
$this->default_block_template_is_available( 'single-product' )
) {
add_filter( 'wc_has_block_template', '__return_true', 10, 0 );
add_filter( 'woocommerce_has_block_template', '__return_true', 10, 0 );
}
}
}