Automattic\WooCommerce\Blocks\BlockTypes
AbstractBlock::get_block_type_editor_style()
Get the editor style handle for this block type.
Метод класса: AbstractBlock{}
Хуков нет.
Возвращает
Строку|null
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_block_type_editor_style();
Заметки
- Смотрите: $this->register_block_type()
Код AbstractBlock::get_block_type_editor_style() AbstractBlock::get block type editor style WC 7.7.0
protected function get_block_type_editor_style() { return 'wc-blocks-editor-style'; }