[ Index ] |
WordPress Cross Reference |
[Source view] [Print] [Project Stats]
WordPress Administration Importer API.
File Size: | 186 lines (6 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
get_importers() X-Ref |
Retrieve list of importers. return: array |
register_importer( $id, $name, $description, $callback ) X-Ref |
Register importer for WordPress. param: string $id Importer tag. Used to uniquely identify importer. param: string $name Importer name and title. param: string $description Importer description. param: callback $callback Callback to run. return: WP_Error Returns WP_Error when $callback is WP_Error. |
wp_import_cleanup( $id ) X-Ref |
Cleanup importer. Removes attachment based on ID. param: string $id Importer ID. |
wp_import_handle_upload() X-Ref |
Handle importer uploading and add attachment. return: array Uploaded file's details on success, error message on failure |
wp_get_popular_importers() X-Ref |
Returns a list from WordPress.org of popular importer plugins. return: array Importers with metadata for each. |
Generated: Tue Mar 25 01:41:18 2014 | WordPress honlapkészítés: online1.hu |