wp_privacy_personal_data_export_file

wp_privacy_personal_data_export_file

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('wp_privacy_personal_data_export_file') is found 1 times:

  • /wp-admin/includes/privacy-tools.php line 864
    	 * @since 4.9.6
    	 *
    	 * @param int $request_id The export request ID.
    	 */
    	do_action( 'wp_privacy_personal_data_export_file', $request_id );
    
    	// Clear the grouped data now that it is no longer needed.
    	delete_post_meta( $request_id, '_export_data_grouped' );
    
    	// If the destination is email, send it now.
    	if ( $send_as_email ) {