Fires at the beginning of an export, before any headers are sent.
Parameters
$args
array- An array of export arguments.
Source
do_action( 'export_wp', $args );
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |
Fires at the beginning of an export, before any headers are sent.
$args
arraydo_action( 'export_wp', $args );
Version | Description |
---|---|
2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.