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>
329*-`load-importer-rss`330*-`load-importer-tumblr`331*-`load-importer-wordpress`332*333* @since 3.5.0334*/335do_action("load-importer-{$importer}");// phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores336337// Used in the HTML title tag.338$title=__('Import');339$parent_file='tools.php';340$submenu_file='import.php';341
History
Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.