Automattic\WooCommerce\Blocks\Templates
ProductCategoryTemplate::init()
Initialization method.
Метод класса: ProductCategoryTemplate{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ProductCategoryTemplate = new ProductCategoryTemplate(); $ProductCategoryTemplate->init();
Код ProductCategoryTemplate::init() ProductCategoryTemplate::init WC 9.8.5
public function init() { add_action( 'template_redirect', array( $this, 'render_block_template' ) ); }