View in WP.org
  • readme.txt
  • parsers
  • class-wp-import.php
  • wordpress-importer.php
  • compat.php
  • parsers.php
Plugin description

The WordPress Importer will import the following content from a WordPress export file:

  • Posts, pages and other custom post types
  • Comments and comment meta
  • Custom fields and post meta
  • Categories, tags and terms from custom taxonomies and term meta
  • Authors

For further information and instructions please see the documention on Importing Content.

Filters

The importer has a couple of filters to allow you to completely enable/block certain features:

  • import_allow_create_users: return false if you only want to allow mapping to existing users
  • import_allow_fetch_attachments: return false if you do not wish to allow importing and downloading of attachments
  • import_attachment_size_limit: return an integer value for the maximum file size in bytes to save (default is 0, which is unlimited)

There are also a few actions available to hook into:

  • import_start: occurs after the export file has been uploaded and author import settings have been chosen
  • import_end: called after the last output from the importer

Overview

  • Latest version 0.8.3
  • Last updated
  • Active installations 3,000,000+
  • WordPress version 5.2 or higher
  • Tested up to 6.7.2

Ratings

311  · 
1 stars
113
2 stars
29
3 stars
20
4 stars
25
5 stars
124

Contributors

WordPress.org