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.
Source
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |