Automattic\WooCommerce\Blocks\BlockTypes
ProductGalleryLargeImage::get_block_type_uses_context
Register the context
@return string[]
Method of the class: ProductGalleryLargeImage{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->get_block_type_uses_context();
ProductGalleryLargeImage::get_block_type_uses_context() ProductGalleryLargeImage::get block type uses context code WC 10.9.4
protected function get_block_type_uses_context() {
return [ 'postId', 'hoverZoom', 'fullScreenOnClick' ];
}