Automattic\WooCommerce\Blocks\BlockTypes

ProductGalleryLargeImageNextPrevious::register_block_type_assetsprotectedWC 1.0

It isn't necessary register block assets because it is a server side block.

Method of the class: ProductGalleryLargeImageNextPrevious{}

No Hooks.

Returns

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->register_block_type_assets();

ProductGalleryLargeImageNextPrevious::register_block_type_assets() code WC 9.9.3

protected function register_block_type_assets() {
	return null;
}