Automattic\WooCommerce\Blocks\BlockTypes

ProductDescription::get_block_type_scriptprotectedWC 1.0

Disable the frontend script for this block type. It does not have one.

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

Хуков нет.

Возвращает

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

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

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

Код ProductDescription::get_block_type_script() WC 11.0.0

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