Automattic\WooCommerce\Blueprint\Exporters

StepExporter::get_step_namepublicWC 1.0

Returns the name of the step class it exports.

Метод класса: StepExporter{}

Хуков нет.

Возвращает

Строку.

Использование

$StepExporter = new StepExporter();
$StepExporter->get_step_name();

Код StepExporter::get_step_name() WC 10.0.2

public function get_step_name();