Automattic\WooCommerce\Blocks\Payments\Integrations

AbstractPaymentMethodType::get_payment_method_script_handles_for_admin()publicWC 1.0

Returns an array of script handles to enqueue for this payment method in the admin context

Метод класса: AbstractPaymentMethodType{}

Хуков нет.

Возвращает

Строку[].

Использование

$AbstractPaymentMethodType = new AbstractPaymentMethodType();
$AbstractPaymentMethodType->get_payment_method_script_handles_for_admin();

Код AbstractPaymentMethodType::get_payment_method_script_handles_for_admin() WC 8.7.0

public function get_payment_method_script_handles_for_admin() {
	return $this->get_payment_method_script_handles();
}