• Hi there

    I am building a site, but there is no login or any need for cookies of any type for the end-user.

    I would like to completely remove all user-facing cookies and also remove any and all cookie notifications and opt-ins for the users.

    Is this at all possible?

    • This topic was modified 4 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
Viewing 1 replies (of 1 total)
  • Are we talking default WordPress cookies? Or cookies set by plugins?

    You could have a look at this: https://www.ads-software.com/plugins/wp-consent-api/
    As far as I know, they planned to add filters for each consent type (functional, preferences, statistics, marketing) – so you COULD set the filter values to false for each type so it would always return no consent.
    You would still need to use something like if ( ! is_admin() ) { } so that it only applies to the font end (you need to have login for wp-admin).
    Using the Consent API would still require editing the source code though.
    It is not advisable to edit your WordPress core files.

    TL;DR: Pretty much anything is possible. Doing this would require some time by a developer though.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove all user-facing cookies’ is closed to new replies.