wp_privacy_generate_personal_data_export_group_html


wp_privacy_generate_personal_data_export_group_html ( $group_data, $group_id = '', $groups_count = 1 )

Parameters:
  • (array) group_data { The group data to render. @type string $group_label The user-facing heading for the group, e.g. 'Comments'. @type array $items { An array of group items. @type array $group_item_data { An array of name-value pairs for the item. @type string $name The user-facing name of an item name-value pair, e.g. 'IP Address'. @type string $value The user-facing value of an item data pair, e.g. '50.60.70.0'. } } }
  • (string) group_id The group identifier.
  • (int) groups_count The number of all groups
Returns:
  • (string) The HTML for this group and its items.
Defined at:
Change Log:
  • 5: .

Description

Generate a single group for the personal data export report.

Related Functions

wp_privacy_generate_personal_data_export_file, wp_privacy_send_personal_data_export_email, wp_privacy_process_personal_data_export_page, wp_comments_personal_data_exporter, wp_privacy_process_personal_data_erasure_page

Top Google Results

User discussions

wpseek mobile