Automattic\WooCommerce\Blocks\BlockTypes

ProductStockIndicator::register_block_type_assets()protectedWC 1.0

Register script and style assets for the block type before it is registered.

This registers the scripts; it does not enqueue them.

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

Хуков нет.

Возвращает

null. Ничего.

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

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

Код ProductStockIndicator::register_block_type_assets() WC 7.7.2

protected function register_block_type_assets() {
	return null;
}