ExportWCPaymentGateways
in package
implements
StepExporter
ExportWCPaymentGateways class
Interfaces, Classes and Traits
- StepExporter
Table of Contents
- $exclude_ids : array<string|int, mixed>
- Payment gateway IDs to exclude from export
- export() : Step
- Export the step
- get_description() : string
- Return description used in the frontend.
- get_label() : string
- Return label used in the frontend.
- get_step_name() : string
- Get the step name
- get_wc_payment_gateways() : string
- Return the payment gateways resgietered in WooCommerce
- maybe_hide_wcpay_gateways() : void
- Maybe hide WooCommerce Payments gateways
Properties
$exclude_ids
Payment gateway IDs to exclude from export
protected
array<string|int, mixed>
$exclude_ids
= array('pre_install_woocommerce_payments_promotion')
Methods
export()
Export the step
public
export() : Step
Return values
Step —get_description()
Return description used in the frontend.
public
get_description() : string
Return values
string —get_label()
Return label used in the frontend.
public
get_label() : string
Return values
string —get_step_name()
Get the step name
public
get_step_name() : string
Return values
string —get_wc_payment_gateways()
Return the payment gateways resgietered in WooCommerce
public
get_wc_payment_gateways() : string
Return values
string —maybe_hide_wcpay_gateways()
Maybe hide WooCommerce Payments gateways
protected
maybe_hide_wcpay_gateways() : void