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