Automattic\WooCommerce\Blocks\BlockTypes

AbstractBlock::get_block_type_supportsprotectedWC 1.0

Get the supports array for this block type.

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

Хуков нет.

Возвращает

Строку;.

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

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

Заметки

Смотрите: $this->register_block_type()

Код AbstractBlock::get_block_type_supports() WC 11.0.1

protected function get_block_type_supports() {
	return [];
}