load-importer-rss
Fires before an importer screen is loaded.
This is one of the variants of the dynamic hook load-importer-(importer)
Usage
add_action( 'load-importer-rss', 'wp_kama_load_importer_rss_action' );
/**
* Function for `load-importer-rss` action-hook.
*
* @return void
*/
function wp_kama_load_importer_rss_action(){
// action...
}Changelog
| Since 3.5.0 | Introduced. |
Where the hook is called
In file: /wp-admin/admin.php
load-importer-rss
wp-admin/admin.php 340
do_action( "load-importer-{$importer}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores