WP_Importer::__construct() WordPress Method
The WP_Importer::__construct() method sets up the importer object. It provides the importer with a list of available import methods and sets the default import method to use.
WP_Importer::__construct() #
Class Constructor
Contents
Source
File: wp-admin/includes/class-wp-importer.php
public function __construct() {}
Expand full source codeCollapse full source codeView on TracView on GitHub