Automattic\WooCommerce\Blocks\BlockTypes
ProductFilterCheckboxList::get_block_type_style
Disable the style handle for this block type. We use block.json to load the style.
Метод класса: ProductFilterCheckboxList{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_block_type_style();
Код ProductFilterCheckboxList::get_block_type_style() ProductFilterCheckboxList::get block type style WC 9.9.5
protected function get_block_type_style() { return null; }