Automattic\WooCommerce\Blocks\Templates

ProductCategoryTemplate::init()publicWC 1.0

Initialization method.

Method of the class: ProductCategoryTemplate{}

No Hooks.

Return

null. Nothing (null).

Usage

$ProductCategoryTemplate = new ProductCategoryTemplate();
$ProductCategoryTemplate->init();

ProductCategoryTemplate::init() code WC 9.4.2

public function init() {
	add_action( 'template_redirect', array( $this, 'render_block_template' ) );
}