import_filters action-hookWP 6.8.0

Fires at the end of the Import screen.

Usage

add_action( 'import_filters', 'wp_kama_import_filters_action' );

/**
 * Function for `import_filters` action-hook.
 * 
 * @return void
 */
function wp_kama_import_filters_action(){

	// action...
}

Changelog

Since 6.8.0 Introduced.

Where the hook is called

In file: /wp-admin/import.php
import_filters
wp-admin/import.php 244
do_action( 'import_filters' );

Where the hook is used in WordPress

Usage not found.