#43966 closed enhancement (fixed)
Prioritize the User group in Personal Data Exports to right below the About group
Reported by: | allendav | Owned by: | azaozz |
---|---|---|---|
Milestone: | 4.9.6 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Privacy | Keywords: | gdpr has-patch commit |
Focuses: | Cc: |
Description
Right now it can appear all the way at the bottom of the export HTML report, e.g. if WooCommerce is installed and adds things to the export, or if the user has uploaded media.
Might be as easy as setting the priority of the this hook to 0 in wp-includes/default-filters.php
add_filter( 'wp_privacy_personal_data_exporters', 'wp_register_user_personal_data_exporter' );
Attachments (2)
Change History (14)
This ticket was mentioned in Slack in #core by desrosj. View the logs.
6 years ago
#5
follow-up:
↓ 6
@
6 years ago
@allendav Just tested this patch with your plugin and the User group does appear just below the About group
#6
in reply to:
↑ 5
@
6 years ago
Replying to ianbelanger:
@allendav Just tested this patch with your plugin and the User group does appear just below the About group
Thank you!
#8
@
6 years ago
- Keywords commit added; needs-testing removed
Looks good. Not sure that the inline comment is needed. The commit will describe the issue in detail, but using a priority of 0 is a pretty common and accepted core approach to place hooks at the beginning of the list. I've updated a patch without the comment so the committer can choose.
To test: