Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
AdditionalPayments::get_action_url
Action URL.
Метод класса: AdditionalPayments{}
Хуков нет.
Возвращает
Строку.
Использование
$AdditionalPayments = new AdditionalPayments(); $AdditionalPayments->get_action_url(): string;
Код AdditionalPayments::get_action_url() AdditionalPayments::get action url WC 11.0.1
public function get_action_url(): string {
// We auto-expand the "Other" section to show the additional payment methods.
return admin_url( 'admin.php?page=wc-settings&tab=checkout&other_pes_section=expanded&from=' . SettingsPaymentsService::FROM_ADDITIONAL_PAYMENTS_TASK );
}