Automattic\WooCommerce\Blocks\BlockTypes

ProductDescription::get_block_type_styleprotectedWC 1.0

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

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

Хуков нет.

Возвращает

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

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_block_type_style();

Код ProductDescription::get_block_type_style() WC 11.0.0

protected function get_block_type_style() {
	return null;
}