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