Automattic\WooCommerce\Blocks\Templates

ProductCatalogTemplate::initpublicWC 1.0

Initialization method.

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

Хуков нет.

Возвращает

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

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

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

Код ProductCatalogTemplate::init() WC 10.9.4

public function init() {
	add_action( 'template_redirect', array( $this, 'render_block_template' ) );
	add_filter( 'current_theme_supports-block-templates', array( $this, 'remove_block_template_support_for_shop_page' ) );
}