Browse: Home / Classes / Learndash_Admin_Export_Taxonomies /

Learndash_Admin_Export_Taxonomies::__construct

Learndash_Admin_Export_Taxonomies::__construct( array $post_types,  Learndash_Admin_Export_File_Handler $file_handler,  Learndash_Import_Export_Logger $logger )

Constructor.


Description #


Parameters #

$post_types

(array) (Required) Post types.

$file_handler

(Learndash_Admin_Export_File_Handler) (Required) File Handler class instance.

$logger

(Learndash_Import_Export_Logger) (Required) Logger class instance.


Return #

(void)


Source #

File: includes/admin/classes-import-export/export/class-learndash-admin-export-taxonomies.php


Changelog #

Changelog
Version Description
4.5.0 Changed the $logger param to the Learndash_Import_Export_Logger class.
4.3.0 Introduced.