Action hook 'export_wp'

in WP Core File wp-admin/includes/export.php at line 77

Description

Fires at the beginning of an export, before any headers are sent.

Occurrences

Filename Line Number
wp-admin/includes/export.php 77

Parameters

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

PHP Doc

/**
	 * Fires at the beginning of an export, before any headers are sent.
	 *
	 * @since 2.3.0
	 *
	 * @param array $args An array of export arguments.
	 */