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
File: wp-admin/includes/export.php
.
View all references
do_action( 'export_wp', $args );
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |