Changeset 43012 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 04/27/2018 07:53:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r43008 r43012 133 133 add_action( 'upgrader_process_complete', 'wp_update_themes', 10, 0 ); 134 134 135 // Privacy hooks 136 add_filter( 'wp_privacy_personal_data_export_page', 'wp_privacy_process_personal_data_export_page', 10, 6 ); 137 add_action( 'wp_privacy_personal_data_export_file', 'wp_privacy_generate_personal_data_export_file', 10 ); 138 135 139 // Privacy policy text changes check. 136 140 add_action( 'admin_init', array( 'WP_Privacy_Policy_Content', 'text_change_check' ), 20 ); … … 144 148 // Stop checking for text changes after the policy page is updated. 145 149 add_action( 'post_updated', array( 'WP_Privacy_Policy_Content', '_policy_page_updated' ) ); 146
Note: See TracChangeset
for help on using the changeset viewer.