Opened 6 years ago
Closed 6 years ago
#51361 closed defect (bug) (fixed)
Provide documentation to indicate changes to wp_privacy_exports_url require moving files to avoid breaking existing exports
| Reported by: | garrett-eclipse | Owned by: | garrett-eclipse |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.6 |
| Component: | Privacy | Version: | 5.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs, administration |
Description
This is a follow-up of #44038 which was committed in 5.5 as [48127] and [48330]. That ticket updated the handling of privacy export paths making them relative and using the wp_privacy_exports_url(). This function provides the wp_privacy_exports_url which allows admins to customize the location of their exports. As of the commits changing this location via the filter will break any existing exports unless they're migrated to the new directory location. As such this ticket strives to educate this via the filters through a new since phpdoc (patch coming).
Note: This is a potential candidate for 5.5.2 but for now I'll milestone for the next major.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Added @since docs to the exports dir/url filters to indicate changes should be reflected on the server to avoid breaking existing requests.