Automattic\WooCommerce\Blocks\BlockTypes
ProductFilterPrice::get_block_type_script
Disable the block type script, this uses script modules.
Method of the class: ProductFilterPrice{}
No Hooks.
Returns
null
. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->get_block_type_script( $key );
- $key(string|null)
- The key.
Default: null
ProductFilterPrice::get_block_type_script() ProductFilterPrice::get block type script code WC 9.8.5
protected function get_block_type_script( $key = null ) { return null; }