Automattic\WooCommerce\Blocks\BlockTypes
ProductGalleryLargeImage::get_block_type_script()
Disable the block type script, this uses script modules.
Метод класса: ProductGalleryLargeImage{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_block_type_script( $key );
- $key(строка|null)
- The key.
По умолчанию: null
Код ProductGalleryLargeImage::get_block_type_script() ProductGalleryLargeImage::get block type script WC 9.8.5
protected function get_block_type_script( $key = null ) { return null; }