Fires at the beginning of an export, before any headers are sent.
Parameters
$argsarray- 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.
$argsarraydo_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.