Automattic\WooCommerce\Blocks\BlockTypes

ProductFilterCheckboxList::get_block_type_scriptprotectedWC 1.0

Disable the block type script, this uses script modules.

Method of the class: ProductFilterCheckboxList{}

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

ProductFilterCheckboxList::get_block_type_script() code WC 9.8.5

protected function get_block_type_script( $key = null ) {
	return null;
}