Inheritance diagram for Importer:Public Member Functions | |
| filter_import_names ($import_names) | |
| filter_import_stage ($stageoutput, $import_name, $stage, $step) | |
This interface should be applied to plugins that implement importing from other blogging tools.
Definition at line 12 of file importer.php.
| Importer::filter_import_names | ( | $ | import_names | ) |
Return a list of names of things that this importer imports
Implemented in WPImport.
| Importer::filter_import_stage | ( | $ | stageoutput, | |
| $ | import_name, | |||
| $ | stage, | |||
| $ | step | |||
| ) |
Return the page content for a specific stage of the import
Implemented in WPImport.
1.7.1