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