This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Plugin::load_importer()
Loads the automatic importer
Source
File: includes/libs/plugin.class.php
private function load_importer(){ /** * Posts importer filter. * * @param Posts_Import $importer The Posts_Import object reference. */ $this->posts_import = apply_filters( 'vimeotheque\set_importer', new Posts_Import( $this->get_cpt() ) ); }