The dynamic portion of the hook name, $importer, refers to the importer slug. Possible hook names include: <ul> <li>load-importer-blogger</li> <li>load-importer-wpcat2tag</li> <li>load-importer-livejournal</li> <li>load-importer-mt</li> <li>load-importer-rss</li> <li>load-importer-tumblr</li> <li>load-importer-wordpress</li> </ul>
334*-`load-importer-rss`335*-`load-importer-tumblr`336*-`load-importer-wordpress`337*338* @since 3.5.0339*/340do_action("load-importer-{$importer}");// phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores341342// Used in the HTML title tag.343$title=__('Import');344$parent_file='tools.php';345$submenu_file='import.php';346
History
Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.