Sorry, the info was not that clear.
For my site, I have to use multisite with a lot of sub site directories to be able to use another plugin. Example:
https://www.domainn.com/a
https://www.domainn.com/b
https://www.domainn.com/c
and so on. a, b and c have their own WordPress panel but they are all related and from user point of view, they are all part of the domain.com site.
I would like to avoid forcing the user to accept the cookie info when he opens the different a,b and c pages. So I assume this requires storing the Accepted state in the wordpress main site table and not in a table unique for a,b, or. I don’t know if you store that state in a db table or in a cookie ??
And maybe that you store the url the user is accepting on for that state, then you can compare if current URL with the stored URL and see if one is part of the other?
And if I could make the default settings once for the plugin to be valid for a, b, and c (In the Multisite Network panel?), that would be a great help, but first request above is more important.
Thanks, it is a great plugin and I would like to be able to use it.