Automattic\WooCommerce\Blocks\BlockTypes

ProductFilterStatus::get_block_type_scriptprotectedWC 1.0

Disable the script handle for this block type. We use block.json to load the script.

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

Хуков нет.

Возвращает

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

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

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

Код ProductFilterStatus::get_block_type_script() WC 9.9.4

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