Automattic\WooCommerce\Blocks\Payments
PaymentMethodTypeInterface::get_payment_method_script_handles_for_admin()
Returns an array of script handles to enqueue for this payment method in the admin context
Метод класса: PaymentMethodTypeInterface{}
Хуков нет.
Возвращает
Строку[]
.
Использование
$PaymentMethodTypeInterface = new PaymentMethodTypeInterface(); $PaymentMethodTypeInterface->get_payment_method_script_handles_for_admin();
Код PaymentMethodTypeInterface::get_payment_method_script_handles_for_admin() PaymentMethodTypeInterface::get payment method script handles for admin WC 9.8.2
public function get_payment_method_script_handles_for_admin();