Automattic\WooCommerce\Blocks\BlockTypes
ProductMeta::get_block_type_editor_script()
Get the editor script data for this block type.
Method of the class: ProductMeta{}
No Hooks.
Return
null
. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->get_block_type_editor_script( $key );
- $key(string)
- Data to get, or default to everything.
Default: null
ProductMeta::get_block_type_editor_script() ProductMeta::get block type editor script code WC 9.4.2
protected function get_block_type_editor_script( $key = null ) { return null; }