export_filters WordPress Filter Hook
The export_filters hook is used to filter the data that is exported from a WordPress site. This hook is useful for ensuring that only certain data is exported, or for adding additional data to the export.
do_action( 'export_filters' ) #
Fires at the end of the export filters form.