Automattic\WooCommerce\Blocks\BlockTypes

ProductPrice::get_block_type_supportspublicWC 1.0

Get the frontend style handle for this block type.

Method of the class: ProductPrice{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ProductPrice = new ProductPrice();
$ProductPrice->return null;

ProductPrice::get_block_type_supports() code WC 9.9.4

return null;
	}

	/**
	 * Overwrite parent method to prevent script registration.
	 *
	 * It is necessary to register and enqueues assets during the render
	 * phase because we want to load assets only if the block has the content.
	 */
	protected function register_block_type_assets() {
return null;
	}

	/**
	 * Register the context.
	 */
	protected function get_block_type_uses_context() {