WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about export_wp

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/export.php do_action 77 /**
* Fires at the beginning of an export, before any headers are sent.
*
* @since 2.3.0
*
* @param array $args An array of export arguments.
*/

Hook Parameters

Parameter Type Name Description
array $args An array of export arguments.