Automattic\WooCommerce\Blocks\BlockTypes

ProductFilterCheckboxList::get_block_type_styleprotectedWC 1.0

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() WC 9.9.5

protected function get_block_type_style() {
	return null;
}