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