[wp-trac] [WordPress Trac] #43966: Prioritize the User group in Personal Data Exports to right below the About group
WordPress Trac
noreply at wordpress.org
Fri May 4 19:15:13 UTC 2018
#43966: Prioritize the User group in Personal Data Exports to right below the About
group
-------------------------+------------------------------
Reporter: allendav | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords: gdpr needs-patch
Focuses: |
-------------------------+------------------------------
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' );
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43966>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list