Automattic\WooCommerce\Blocks\Templates
ProductSearchResultsTemplate::__construct()
Constructor.
Метод класса: ProductSearchResultsTemplate{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$ProductSearchResultsTemplate = new ProductSearchResultsTemplate(); $ProductSearchResultsTemplate->__construct();
Код ProductSearchResultsTemplate::__construct() ProductSearchResultsTemplate:: construct WC 7.7.0
public function __construct() { $this->init(); }