Automattic\WooCommerce\Blueprint\Steps
ActivateTheme::__construct
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() ActivateTheme:: construct WC 9.9.5
public function __construct( $theme_folder_name ) { $this->theme_folder_name = $theme_folder_name; }