[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
WordPress Administration Importer API.
File Size: | 232 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
get_importers() X-Ref |
Retrieve list of importers. return: array since: 2.0.0 |
_usort_by_first_member( $a, $b ) X-Ref |
Sorts a multidimensional array by first member of each top level member Used by uasort() as a callback, should not be used directly. return: int param: array $a param: array $b since: 2.9.0 |
register_importer( $id, $name, $description, $callback ) X-Ref |
Register importer for WordPress. return: void|WP_Error Void on success. WP_Error when $callback is WP_Error. param: string $id Importer tag. Used to uniquely identify importer. param: string $name Importer name and title. param: string $description Importer description. param: callable $callback Callback to run. since: 2.0.0 |
wp_import_cleanup( $id ) X-Ref |
Cleanup importer. Removes attachment based on ID. param: string $id Importer ID. since: 2.0.0 |
wp_import_handle_upload() X-Ref |
Handle importer uploading and add attachment. return: array Uploaded file's details on success, error message on failure since: 2.0.0 |
wp_get_popular_importers() X-Ref |
Returns a list from WordPress.org of popular importer plugins. return: array Importers with metadata for each. since: 3.5.0 |
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |