Conversation
supportThe plugin generated a persistent notice on the dashboard “Google Analytics does not appear to function in compliance with data protection regulations. Please check the settings here.” even though on the page “Settings >> GA Opt-Out” all items under ‘Current status of this website’ had a green checkmark. I tracked this down to a line in the file wp-content/plugins/opt-out-for-google-analytics/inc/utils.class.ph which read $has_todos = (int) ( $todos[ ‘sum’ ] – $todos[ ‘dontknow’ ] ) == $todos[ ‘check’ ]; but should read $has_todos = (int) ( $todos[ ‘sum’ ] – $todos[ ‘dontknow’ ] ) > $todos[ ‘check’ ]; I’ve fixed it on our site by editing the file. But this seems like a minor fix that can be included in the next version of the plugin, so I thought I would drop it here as well.
No comments were stored for this source.