Automattic\WooCommerce\Blocks\Templates

ProductCategoryTemplate::init()publicWC 1.0

Initialization method.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

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

Код ProductCategoryTemplate::init() WC 9.8.5

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