Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCPaymentGateways::get_step_namepublicWC 1.0

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() code WC 10.5.0

public function get_step_name() {
	return 'wcPaymentGateways';
}