Opened 5 years ago
Closed 5 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: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.6 | Priority: | normal |
Severity: | normal | Version: | 5.5 |
Component: | Privacy | Keywords: | has-patch |
Focuses: | docs, administration | Cc: |
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.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Added @since docs to the exports dir/url filters to indicate changes should be reflected on the server to avoid breaking existing requests.