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