Hi, can you provide more information about your requirements. Perhaps you might want to share an example of what you are trying to achieve.
Thank you
Thread Starter
Marcus
(@omako)
Well the cookies that are set are session cookies but from a third party. Loading third party domains requires the user to agree first to comply with EU Cookie Law. This confirmation is actually missing.
I’m currently thinking about a workaround using an Onclick Event or something that calls the shortcode of your Plugin like this:
<button onclick=”myFunction()”>Click me</button>
function myFunction() {
do_shortcode()
…
Maybe you can support? Thank you
Hi, This plugin DOES NOT set any cookies at all. If you are seeing some cookie being dropped then it is coming from another plugin or theme.
I know every single line of code for this plugin. It never calls or uses any cookie settings function. I have just checked the entire codebase just now to verify that this plugin does not use any cookie.
I am really sorry to say this but your information is totally incorrect.
Thread Starter
Marcus
(@omako)
i have tested it on a completely fresh installation, with the same result