Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
StoreCreation::get_action_url
Time.
Method of the class: StoreCreation{}
No Hooks.
Returns
String.
Usage
$StoreCreation = new StoreCreation(); $StoreCreation->get_action_url();
StoreCreation::get_action_url() StoreCreation::get action url code WC 10.8.1
public function get_action_url() {
return '';
}