You appear to be a bot. Output may be restricted
Description
Returns an array of script handles to enqueue for this payment method in the frontend context
Usage
$string[] = AbstractPaymentMethodType::get_payment_method_script_handles();
Parameters
Returns
string[]
Source
File name: woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/AbstractPaymentMethodType.php
Lines:
1 to 3 of 3
public function get_payment_method_script_handles() { return []; }