Changeset 43232 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 05/10/2018 08:52:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r43223 r43232 351 351 add_action( 'user_request_action_confirmed', '_wp_privacy_account_request_confirmed' ); 352 352 add_action( 'user_request_action_confirmed', '_wp_privacy_send_request_confirmation_notification', 12 ); // After request marked as completed. 353 add_filter( 'user_request_action_confirmed_message', '_wp_privacy_account_request_confirmed_message', 10, 2 );354 353 add_filter( 'wp_privacy_personal_data_exporters', 'wp_register_comment_personal_data_exporter' ); 355 354 add_filter( 'wp_privacy_personal_data_exporters', 'wp_register_media_personal_data_exporter' );
Note: See TracChangeset
for help on using the changeset viewer.