do_action( ‘export_wp’, array $args )

In this article

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

VersionDescription
2.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.