Automattic\WooCommerce\Blocks\BlockTypes\Reviews

ProductReviewAuthorName::get_block_type_scriptprotectedWC 1.0

Get the frontend script handle for this block type.

Method of the class: ProductReviewAuthorName{}

No Hooks.

Returns

Array|String|null.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_block_type_script( $key );
$key(string)
Data to get, or default to everything.
Default: null

Notes

ProductReviewAuthorName::get_block_type_script() code WC 10.8.1

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