Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
LaunchYourStore::__construct
Constructor
Метод класса: LaunchYourStore{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$LaunchYourStore = new LaunchYourStore(); $LaunchYourStore->__construct( $task_list );
- $task_list(TaskList) (обязательный)
- Parent task list.
Код LaunchYourStore::__construct() LaunchYourStore:: construct WC 10.5.1
public function __construct( $task_list ) {
parent::__construct( $task_list );
add_action( 'show_admin_bar', array( $this, 'possibly_hide_wp_admin_bar' ) );
}