Automattic\WooCommerce\Admin\Features\Blueprint
Init::add_woo_exporters()
Add Woo Specific Exporters.
Метод класса: Init{}
Хуков нет.
Возвращает
StepExporter[]
.
Использование
$Init = new Init(); $Init->add_woo_exporters( $exporters );
- $exporters(StepExporter[]) (обязательный)
- Array of step exporters.
Код Init::add_woo_exporters() Init::add woo exporters WC 9.7.1
public function add_woo_exporters( array $exporters ) { return array_merge( $exporters, $this->get_woo_exporters() ); }