Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

Purchase::get_id()publicWC 1.0

Get the task arguments. ID.

Method of the class: Purchase{}

No Hooks.

Return

String.

Usage

$Purchase = new Purchase();
$Purchase->get_id();

Purchase::get_id() code WC 8.7.0

public function get_id() {
	return 'purchase';
}