Roger Barrett

Results 2 issues of Roger Barrett

There seems to be a general confusion, throughout the plugin, over what is being consented to. The presentation of options - in Settings, the Preference Center, and the Privacy Bar...

Change function to (something along the lines of) ... ``` function is_allowed_cookie( $cookie_name, $exactMatch = false ) { if ( isset( $_COOKIE['gdpr']['allowed_cookies'] ) ) { $allowed_cookies = array_map( 'sanitize_text_field', json_decode(...