Inheritance diagram for WPImport:
Collaboration diagram for WPImport:Public Member Functions | |
| action_init () | |
| filter_import_names ($import_names) | |
| filter_import_stage ($stage_output, $import_name, $stage, $step) | |
| action_auth_ajax_wp_import_users () | |
| action_auth_ajax_wp_import_posts () | |
| action_auth_ajax_wp_import_comments () | |
Definition at line 8 of file wpimport.plugin.php.
| WPImport::filter_import_names | ( | $ | import_names | ) |
Return a list of names of things that this importer imports
Implements Importer.
Definition at line 29 of file wpimport.plugin.php.
| WPImport::filter_import_stage | ( | $ | stageoutput, | |
| $ | import_name, | |||
| $ | stage, | |||
| $ | step | |||
| ) |
Return the page content for a specific stage of the import
Implements Importer.
Definition at line 35 of file wpimport.plugin.php.
1.7.1