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-blogger
load-importer-wpcat2tag
load-importer-livejournal
load-importer-mt
load-importer-rss
load-importer-tumblr
load-importer-wordpress
Source
File: wp-admin/admin.php
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |