Modify the default GDPR notice as HTML. You can return HTML as part of your output as this is user-facing content for the frontend.
Source
PHP
apply_filters(‘wpgmza_gdpr_notice_html’, $html);
Alternative (Used at output)
PHP
1apply_filters(‘wpgmza_gdpr_notice_html’, $html);
Arguments
- $html : The GDPR notice HTML (string)
Requirements
- Must have the GDPR notice enabled for this to be rendered
Files
- includes/class.gdpr-compliance.php
