load-importer-{$importer} WordPress Action Hook
The load-importer-$importer hook is called after the importer is loaded. This hook can be used to load custom code or modify the importer before it is used.
do_action( "load-importer-{$importer}" ) #
Fires before an importer screen is loaded.
Contents
Description
The dynamic portion of the hook name, $importer, refers to the importer slug.
Possible hook names include:
load-importer-bloggerload-importer-wpcat2tagload-importer-livejournalload-importer-mtload-importer-rssload-importer-tumblrload-importer-wordpress
Source
File: wp-admin/admin.php
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |