Make WordPress Core


Ignore:
Timestamp:
05/02/2018 03:33:22 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Privacy: add attachments to the personal data export file.

Props allendav.
Merges [43054] to the 4.9 branch.
See #43883.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/default-filters.php

    r43101 r43108  
    325325add_filter( 'user_request_action_confirmed_message', '_wp_privacy_account_request_confirmed_message', 10, 2 );
    326326add_filter( 'wp_privacy_personal_data_exporters', 'wp_register_comment_personal_data_exporter' );
     327add_filter( 'wp_privacy_personal_data_exporters', 'wp_register_media_personal_data_exporter' );
    327328add_filter( 'wp_privacy_personal_data_erasers', 'wp_register_comment_personal_data_eraser' );
    328329add_action( 'init', 'wp_schedule_delete_old_privacy_export_files' );
Note: See TracChangeset for help on using the changeset viewer.