Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCPaymentGateways::get_step_name
Get the step name
Method of the class: ExportWCPaymentGateways{}
No Hooks.
Returns
string.
Usage
$ExportWCPaymentGateways = new ExportWCPaymentGateways(); $ExportWCPaymentGateways->get_step_name();
ExportWCPaymentGateways::get_step_name() ExportWCPaymentGateways::get step name code WC 11.0.1
public function get_step_name() {
return 'wcPaymentGateways';
}