Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
ExtendStore::get_action_url()
Action URL.
Метод класса: ExtendStore{}
Хуков нет.
Возвращает
Строку
.
Использование
$ExtendStore = new ExtendStore(); $ExtendStore->get_action_url();
Код ExtendStore::get_action_url() ExtendStore::get action url WC 9.7.1
public function get_action_url() { return admin_url( 'admin.php?page=wc-admin&path=/extensions' ); }