Filter hook 'wp_privacy_exports_dir'

in WP Core File wp-includes/functions.php at line 8261

Description

Filters the directory used to store personal data export files. via this filter should be reflected on the server.

Occurrences

Filename Line Number
wp-includes/functions.php 8261

Parameters

Type Name Description
string $exports_dir Exports directory.

PHP Doc

/**
	 * Filters the directory used to store personal data export files.
	 *
	 * @since 4.9.6
	 * @since 5.5.0 Exports now use relative paths, so changes to the directory
	 *              via this filter should be reflected on the server.
	 *
	 * @param string $exports_dir Exports directory.
	 */