wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



load-importer-{$importer} › WordPress Action Hooks

Seit3.5.0
Veraltetn/v
do_action( "load-importer-{$importer}" )
Definiert in:
Codex:

Fires before an importer screen is loaded.

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`


Ähnliche Funktionen: load_template


Ähnliche Hooks: import_filters

Quellcode

do_action( "load-importer-{$importer}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores