Automattic\WooCommerce\Blocks\Payments

PaymentMethodTypeInterface::get_payment_method_script_handlespublicWC 1.0

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

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

Хуков нет.

Возвращает

Строку[].

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

$PaymentMethodTypeInterface = new PaymentMethodTypeInterface();
$PaymentMethodTypeInterface->get_payment_method_script_handles();

Код PaymentMethodTypeInterface::get_payment_method_script_handles() WC 9.9.3

public function get_payment_method_script_handles();