Automattic\WooCommerce\Blocks\Templates

ProductSearchResultsTemplate::init()protectedWC 1.0

Initialization method.

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

Хуков нет.

Возвращает

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

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->init();

Код ProductSearchResultsTemplate::init() WC 8.7.0

protected function init() {
	add_filter( 'search_template_hierarchy', array( $this, 'update_search_template_hierarchy' ), 10, 3 );
}