wp_privacy_exports_dir WordPress Filter Hook

This hook is used to filter the directory where personal data export files are stored.

apply_filters( 'wp_privacy_exports_dir', string $exports_dir ) #

Filters the directory used to store personal data export files.


Parameters

$exports_dir

(string)Exports directory.


Top ↑

Source

File: wp-includes/functions.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.5.0Exports now use relative paths, so changes to the directory via this filter should be reflected on the server.
4.9.6Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More