export_wp WordPress Action Hook

The export_wp hook is used to trigger the export of a WordPress site. This hook is typically used by WordPress developers when they want to move a site from one server to another.

do_action( 'export_wp', array $args ) #

Fires at the beginning of an export, before any headers are sent.


Parameters

$args

(array)An array of export arguments.


Top ↑

Source

File: wp-admin/includes/export.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.3.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.