Automattic\WooCommerce\Blocks\BlockTypes
ProductGalleryLargeImage::get_block_type_uses_context
Register the context
@return string[]
Метод класса: ProductGalleryLargeImage{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_block_type_uses_context();
Код ProductGalleryLargeImage::get_block_type_uses_context() ProductGalleryLargeImage::get block type uses context WC 10.4.2
protected function get_block_type_uses_context() {
return [ 'postId', 'hoverZoom', 'fullScreenOnClick' ];
}