Automattic\WooCommerce\Admin\Features\ProductBlockEditor
RedirectionController::set_product_templates
Check if a product is supported by the new experience.
Метод класса: RedirectionController{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$RedirectionController = new RedirectionController(); $RedirectionController->set_product_templates( $product_templates ): void;
- $product_templates(массив) (обязательный)
- The registered product templates.
Код RedirectionController::set_product_templates() RedirectionController::set product templates WC 10.5.0
public function set_product_templates( array $product_templates ): void {
$this->product_templates = $product_templates;
}