wp-admin/includes/import.php
Lines:
1 to 21 of 21
<?php /** * WordPress Administration Importer API. * * @package WordPress * @subpackage Administration */ /* function get_importers() – Retrieve list of importers. */ /* function _usort_by_first_member() – Sorts a multidimensional array by first member of each top level member */ /* function register_importer() – Register importer for WordPress. */ /* function wp_import_cleanup() – Cleanup importer. */ /* function wp_import_handle_upload() – Handle importer uploading and add attachment. */ /* function wp_get_popular_importers() – Returns a list from WordPress.org of popular importer plugins. */