WC_Product_CSV_Exporter::__construct()
Constructor.
Метод класса: WC_Product_CSV_Exporter{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WC_Product_CSV_Exporter = new WC_Product_CSV_Exporter(); $WC_Product_CSV_Exporter->__construct();
Код WC_Product_CSV_Exporter::__construct() WC Product CSV Exporter:: construct WC 9.5.1
public function __construct() { parent::__construct(); $this->set_product_types_to_export( array_keys( WC_Admin_Exporters::get_product_types() ) ); }