Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

LaunchYourStore::__constructpublicWC 1.0

Constructor

Method of the class: LaunchYourStore{}

No Hooks.

Returns

null. Nothing (null).

Usage

$LaunchYourStore = new LaunchYourStore();
$LaunchYourStore->__construct( $task_list );
$task_list(TaskList) (required)
Parent task list.

LaunchYourStore::__construct() code WC 10.5.0

public function __construct( $task_list ) {
	parent::__construct( $task_list );

	add_action( 'show_admin_bar', array( $this, 'possibly_hide_wp_admin_bar' ) );
}