Changeset 43230 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 05/10/2018 08:42:15 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/admin-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r43223 r43230 137 137 add_filter( 'wp_privacy_personal_data_export_page', 'wp_privacy_process_personal_data_export_page', 10, 7 ); 138 138 add_action( 'wp_privacy_personal_data_export_file', 'wp_privacy_generate_personal_data_export_file', 10 ); 139 add_action( 'wp_privacy_personal_data_erased', '_wp_privacy_send_erasure_fulfillment_notification', 10 ); 139 140 140 141 // Privacy policy text changes check.
Note: See TracChangeset
for help on using the changeset viewer.