Automattic\WooCommerce\Blueprint
BuiltInExporters::get_all
Get all built-in exporters.
Метод класса: BuiltInExporters{}
Хуков нет.
Возвращает
Массив
. List of all built-in exporters.
Использование
$BuiltInExporters = new BuiltInExporters(); $BuiltInExporters->get_all();
Код BuiltInExporters::get_all() BuiltInExporters::get all WC 10.0.2
public function get_all() { return array( new ExportInstallPluginSteps(), new ExportInstallThemeSteps(), ); }