Generate the export file from the collected, grouped personal data.
$request_id
Sortie :
@param int $request_id The export request ID.
// Ajouter une fonction au hook action 'wp_privacy_personal_data_export_file'
add_action('wp_privacy_personal_data_export_file', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee($request_id) {
// Votre code ici
error_log('Hook wp_privacy_personal_data_export_file déclenché');
}
Chargement des actualités...