Automattic\WooCommerce\Blocks\BlockTypes

ProductFilterChips::get_block_type_script()protectedWC 1.0

Disable the block type script, this uses script modules.

Метод класса: ProductFilterChips{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_block_type_script( $key );
$key(строка|null)
The key.
По умолчанию: null

Код ProductFilterChips::get_block_type_script() WC 9.8.5

protected function get_block_type_script( $key = null ) {
	return null;
}