load-importer-{$importer}

load-importer-{$importer}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('load-importer-{$importer}') is found 1 times:

  • /wp-admin/admin.php line 335
    	 *  - `load-importer-wordpress`
    	 *
    	 * @since 3.5.0
    	 */
    	do_action( "load-importer-{$importer}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    
    	// Used in the HTML title tag.
    	$title        = __( 'Import' );
    	$parent_file  = 'tools.php';
    	$submenu_file = 'import.php';