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