Automattic\WooCommerce\Blocks\BlockTypes

ProductGalleryThumbnails::get_block_type_uses_contextprotectedWC 1.0

Register the context

@return string[]

Метод класса: ProductGalleryThumbnails{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_block_type_uses_context();

Код ProductGalleryThumbnails::get_block_type_uses_context() WC 9.9.3

protected function get_block_type_uses_context() {
	return [ 'postId', 'mode', 'cropImages' ];
}