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 10.0.2
public function get_step_name();