export_filters
Fires at the end of the export filters form.
Usage
add_action( 'export_filters', 'wp_kama_export_filters_action' );
/**
* Function for `export_filters` action-hook.
*
* @return void
*/
function wp_kama_export_filters_action(){
// action...
}Changelog
| Since 3.5.0 | Introduced. |
Where the hook is called
In file: /wp-admin/export.php
export_filters
wp-admin/export.php 342
do_action( 'export_filters' );