Method | Description | |
---|---|---|
get_form ( $importers, $importer ) : |
Builds and returns the form for the first stage of the importer | |
get_import ( ) | Handles GET requests for the import page. | |
post_import ( ) | Handles the submission of the import form, importing data from a WordPress database. |
public get_form ( $importers, $importer ) : |
||
return | The FormUI element used to chose the importer |
public post_import ( ) |