WP_Importer::__construct()publicWP 1.0

Class Constructor

Method of the class: WP_Importer{}

No Hooks.

Return

null. Nothing (null).

Usage

$WP_Importer = new WP_Importer();
$WP_Importer->__construct();

WP_Importer::__construct() code WP 6.5.2

public function __construct() {}