Automattic\WooCommerce\Blocks\BlockTypes
FilterWrapper{}└─ AbstractBlock
FilterWrapper class.
Хуков нет.
Использование
$FilterWrapper = new FilterWrapper(); // use class methods
Методы
- protected get_block_type_style()
Код FilterWrapper{} FilterWrapper{} WC 10.5.2
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;
}
}