Automattic\WooCommerce\Blocks\BlockTypes

ProductFilters::get_block_type_uses_context()protectedWC 1.0

Register the context.

Method of the class: ProductFilters{}

No Hooks.

Return

String[].

Usage

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

ProductFilters::get_block_type_uses_context() code WC 9.7.1

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