We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f4ed9 commit e5a3a69Copy full SHA for e5a3a69
1 file changed
src/wp-includes/default-filters.php
@@ -447,6 +447,8 @@
447
add_filter( 'wp_privacy_personal_data_erasers', 'wp_register_comment_personal_data_eraser' );
448
add_action( 'init', 'wp_schedule_delete_old_privacy_export_files' );
449
add_action( 'wp_privacy_delete_old_export_files', 'wp_privacy_delete_old_export_files' );
450
+add_action( 'init', 'wp_schedule_personal_data_cleanup_requests' );
451
+add_action( 'wp_privacy_personal_data_cleanup_requests', 'wp_cron_personal_data_cleanup_requests' );
452
453
// Cron tasks.
454
add_action( 'wp_scheduled_delete', 'wp_scheduled_delete' );
0 commit comments