Automattic\WooCommerce\Blueprint\Exporters
StepExporter::get_step_name
Returns the name of the step class it exports.
Метод класса: StepExporter{}
Хуков нет.
Возвращает
Строку.
Использование
$StepExporter = new StepExporter(); $StepExporter->get_step_name();
Код StepExporter::get_step_name() StepExporter::get step name WC 11.0.1
public function get_step_name();