Automattic\WooCommerce\Blocks\BlockTypes
ProductMeta::get_block_type_editor_script
Get the editor script data for this block type.
Метод класса: ProductMeta{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_block_type_editor_script( $key );
- $key(строка)
- Data to get, or default to everything.
По умолчанию: null
Код ProductMeta::get_block_type_editor_script() ProductMeta::get block type editor script WC 9.9.5
protected function get_block_type_editor_script( $key = null ) { return null; }