Core Function
View Source on Trac ↗ wp_privacy_generate_personal_data_export_group_html()
wp_privacy_generate_personal_data_export_group_html( mixed $group_data, mixed $group_id = '', mixed $groups_count = 1 ) Generate a single group for the personal data export report.
Parameters 1 required
| Name / Type | Description |
|---|---|
| array | $group_data { The group data to render. Required |
| $group_id string | The group identifier. |
| $groups_count int | The number of all groups |
Return Value
(string)
The HTML for this group and its items.
Function Information
Since Version
4.9.6
Source File
wp-admin/includes/privacy-tools.php
Advertisement