diff --git a/src/BlockTypes/ProductCollectionNoResults.php b/src/BlockTypes/ProductCollectionNoResults.php index 9d9fdeb0015..b539876e352 100644 --- a/src/BlockTypes/ProductCollectionNoResults.php +++ b/src/BlockTypes/ProductCollectionNoResults.php @@ -58,6 +58,15 @@ protected function get_block_type_script( $key = null ) { return null; } + /** + * Get the frontend style handle for this block type. + * + * @return null + */ + protected function get_block_type_style() { + return null; + } + /** * Set the URL attributes for "clearing any filters" and "Store's home" links. *