Automattic\WooCommerce\Blocks\BlockTypes

ProductSKU::get_block_type_uses_context()protectedWC 1.0

Register the context.

Method of the class: ProductSKU{}

No Hooks.

Return

null. Nothing (null).

Usage

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

ProductSKU::get_block_type_uses_context() code WC 9.4.2

protected function get_block_type_uses_context() {
	return [ 'query', 'queryId', 'postId' ];
}