wp-includes/functions.php:8586Fires the personal data cleanup requests handler during cron.
function wp_privacy_personal_data_cleanup_requests(): void { if ( ! function_exists( '_wp_personal_data_cleanup_requests' ) ) { require_once ABSPATH . 'wp-admin/includes/privacy-tools.php'; } _wp_personal_data_cleanup_requests();}Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
src/wp-includes/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.