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