apply_filters( 'nab_gdpr_cookie', boolean|string $gdpr_cookie )
Filters the name of the cookie that monitors GDPR acceptance.
Description
Parameters
- $gdpr_cookie
(boolean|string) (Required) the name of the cookie that should exist if GDPR has been accepted and, therefore, tracking is allowed. Default:
false
.