Automattic\WooCommerce\Blocks\Payments\Integrations
AbstractPaymentMethodType::get_payment_method_script_handles
Returns an array of script handles to enqueue for this payment method in the frontend context
Method of the class: AbstractPaymentMethodType{}
No Hooks.
Returns
String[]
.
Usage
$AbstractPaymentMethodType = new AbstractPaymentMethodType(); $AbstractPaymentMethodType->get_payment_method_script_handles();
AbstractPaymentMethodType::get_payment_method_script_handles() AbstractPaymentMethodType::get payment method script handles code WC 9.9.3
public function get_payment_method_script_handles() { return []; }