Automattic\WooCommerce\Blocks\BlockTypes
FilterWrapper{}
FilterWrapper class.
No Hooks.
Usage
$FilterWrapper = new FilterWrapper(); // use class methods
Methods
- protected get_block_type_style()
FilterWrapper{} FilterWrapper{} code WC 9.7.1
class FilterWrapper extends AbstractBlock { /** * Block name. * * @var string */ protected $block_name = 'filter-wrapper'; /** * Get the frontend style handle for this block type. * * @return null */ protected function get_block_type_style() { return null; } }