Automattic\WooCommerce\Blueprint\Steps

ActivateTheme::__constructpublicWC 1.0

ActivateTheme constructor.

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

Хуков нет.

Возвращает

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

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

$ActivateTheme = new ActivateTheme();
$ActivateTheme->__construct( $theme_folder_name );
$theme_folder_name(строка) (обязательный)
The name of the theme to be activated.

Код ActivateTheme::__construct() WC 9.9.5

public function __construct( $theme_folder_name ) {
	$this->theme_folder_name = $theme_folder_name;
}