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