Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

StoreCreation::get_action_url()publicWC 1.0

Time.

Method of the class: StoreCreation{}

No Hooks.

Return

String.

Usage

$StoreCreation = new StoreCreation();
$StoreCreation->get_action_url();

StoreCreation::get_action_url() code WC 8.7.0

public function get_action_url() {
	return '';
}