What about the new vulnerability? Will you work on that?
https://m0ze.ru/vulnerability/%5B2021-05-01%5D-%5BWordPress%5D-%5BCWE-79%5D-SEO-Redirection-WordPress-Plugin-v6.4.txt
Is it new or similar to 6.3?
-
This reply was modified 4 years, 11 months ago by seemannslohn.
Thank you very much. It works:
(!empty($_COOKIE[“viewed_cookie_policy”]) && $_COOKIE[“viewed_cookie_policy”] == ‘yes’)
I am happy! 🙂
One last question: Is there also a [shortcode] I can use in pages?
First: Thanks for your very (!) quick answer.
But I’m sorry, I didn’t get it. Which code do I have to include in my WordPress-PHP-Files?
My idea is to use this syntax:
<?php
if (consent_value == ‘yes’)
{
echo (‘Cookies are accepted’);
{
?>
But the question is: Where and how can I define the var: consent_value, so that I can check it via php if?
Thanx a lot für your patience!