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 9.9.5
public function get_action_url() { return admin_url( 'admin.php?page=wc-admin&path=%2Flaunch-your-store' ); }