WolkTools Dry Run Importer
by wolktools 4.7 (3 reviews)

WolkTools Dry Run Importer

Preview XML content import diffs for WordPress migration; update custom fields incl. ACF, backup & restore per post, export WXR.

WolkTools Dry Run Importer ranks #57,516 among WordPress.org plugins with 1+ active installations, is #3,569 of 4,994 in the Utilities & Tools category, a 4.7/5 rating from 3 reviews, and was last updated Jul 28, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1.2)
v1.1.2 Current Version v1.1.2
Updated 1 month ago Last Update on 28 Jul, 2026
Refreshed 15 hours ago Last Refreshed on
#3,569 of 4,994 in Utilities & Tools
View on WordPress.org
Rank
#57,516
No change
Active Installs
1+
No change
KW Avg Position
10
61 better
Downloads
418
+7 today
Support Resolved
0%
No change
Rating
94%
Review 4.7 out of 5
4.7 (3 reviews)

Next Milestone 10

Total Progress 30%
0+ 10+
44,579
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 7 more installs to reach 10+

Rank Changes

52,800 56,126 59,452 62,778 66,104 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
52,013 55,941 59,868 63,795 67,723 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #57,516
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 20 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 20 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

4.7
3 reviews
Overall 94%
5
2 (67%)
4
1 (33%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about WolkTools Dry Run Importer

Open Tools > Dry Run Importer in the WordPress admin. The export screen is next to it, at Tools > Dry Run Exporter. It sits under "Tools" rather than in its own top-level menu because that is where the standard WordPress importer lives, so import tools are where most people look for them first. If you would rather not hunt through the menu, the "Open" link on the plugin's row in the Plugins page takes you straight to the import screen, and a notice with the same link appears once right after activation.
The plugin is designed around a safety model: it always takes an automatic backup before import, automatically blocks dangerous content, and lets you restore at any time. That said, the first time you use it on production, we recommend first trying a "Dry Run" on a test/staging environment, reviewing the warning messages, and securing a full external DB/file backup before use.
No. Restore only returns the post's text, metadata, and taxonomy relationships to the backup point. To protect server disk space, image files already saved to the Media Library are not deleted.
When you uninstall, the temporary task information, per-post backup logs, and processing-log tables that the plugin created are safely and completely removed from the database, and the wpsi_* settings options are erased as well. Your normal posts and Media Library images are never deleted.
We most recommend matching by "Slug." Matching by "Title" risks accidentally overwriting a different article that happens to share the same title. Use matching by "ID" only when you are certain the post IDs intentionally coincide between source and destination (for example, syncing staging to production).
If WordPress isn't installed yet, or you want to check WXR structure or reconcile against a CSV without affecting a running WordPress site, use the "Web Checker" — a single self-contained HTML page that runs fully offline in your browser. It is distributed separately from this plugin (it is not included in the plugin ZIP); you can find the download link on the plugin page. When you want to actually bring data into WordPress safely and use the per-post backup and restore features, use the "WP Plugin."
Yes. However, image download makes external HTTP requests and creates new attachments in the destination Media Library, so run it deliberately after confirming the liveness and safety of the image URLs (including an SSRF-prevention filter) in the Dry Run. If I upload images manually, will they be linked to the WXR? (recommended flow) Yes. This is the most reliable migration procedure. Upload the images manually to the destination Media Library (drag and drop in the admin, etc.). That alone lets WordPress correctly handle the storage path, thumbnails, and ownership/permissions (no need to copy the uploads folder structure or chown on the server). Import the WXR. With the advanced option "Link to existing media by filename (don't create duplicates)" (ON by default), each attachment is matched against existing media by filename (plus image-dimension matching) and linked to the existing ID without creating duplicates. Featured images, ACF image fields, and in-content image references are remapped to that existing media. The pre-flight before import shows "Linked to existing media: N / same filename in multiple places → create new / dimension mismatch → create new," so you always confirm before importing. To prevent mismatches, four guardrails apply: (a) exact filename match only, (b) if the same filename exists in multiple files, no auto-link — create new, (c) if the WXR carries image dimensions, compare against the existing file and skip linking on mismatch. Turn it OFF to create everything new as before. The filter wpsi_attachment_relink_policy (strict / filename-only / default) changes the matching strictness. Migrating from another site — what should I prepare first? (recommended order) Register the field definitions first if the source site uses ACF (or similar): recreate the ACF field groups on the destination via ACF's JSON sync, copy, or by activating the theme/plugin that defines them. Values import even without the definitions, but until the definitions exist the fields stay blank/uneditable in the editor. Stage the images in the destination Media Library (see the manual-upload FAQ above). Import the WXR — run the Dry Run, review the report, then apply.
ACF field definitions are usually managed outside the content (ACF admin UI, JSON sync, or code), so they are not part of a WXR file. Warnings of the kind "definition is not in the WXR" (e.g. parent field group not found, referenced field definition missing) are expected in that setup — register the definitions on the destination site first (see the FAQ above) and the report returns to normal. However, a warning that a field's value itself is missing is a real sign the field will end up empty; review those before importing.
No. Importing never deletes destination content — it only creates and updates the posts contained in the file. If you need to remove posts that were deleted on the source, delete them manually on the destination.
Dry Run Exporter is based on WordPress core's export_wp() and generates a safely server-side-filtered WXR XML file on the fly. Before exporting, always click "Preview" to confirm the number of posts and attachments to be exported, the estimated file size, and PII warnings such as author email addresses. The Attachment mode (how related media is exported) offers three behaviors: "auto" (auto-collect only media related to the selected posts), "include" (include all site media), and "exclude" (exclude media). Note: WXR XML files contain author email addresses and display names. Handle export files with appropriate care for personal data.

Sign In / Register

You need to sign in or register to use this feature.