Automattic\WooCommerce\Blocks\BlockTypes

AbstractBlock::get_block_type_editor_style()protectedWC 1.0

Get the editor style handle for this block type.

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

Хуков нет.

Возвращает

Строку|null.

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

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

Заметки

Код AbstractBlock::get_block_type_editor_style() WC 8.7.0

protected function get_block_type_editor_style() {
	return 'wc-blocks-editor-style';
}