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.


Source

File: wp-admin/export.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.