Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
LaunchYourStore::get_action_url
Action URL.
Method of the class: LaunchYourStore{}
No Hooks.
Returns
String.
Usage
$LaunchYourStore = new LaunchYourStore(); $LaunchYourStore->get_action_url();
LaunchYourStore::get_action_url() LaunchYourStore::get action url code WC 10.7.0
public function get_action_url() {
return admin_url( 'admin.php?page=wc-admin&path=%2Flaunch-your-store' );
}