Popup-Maker
Popup-Maker copied to clipboard
Creates an extra cookie
Describe the bug
Popup Maker creates an extra cookie when you dismiss the default cookie name and a new one instead.
Site information
Popup Maker version: 1.18.1
WordPress version: 6.2
PHP version: 8
Expected behavior
I should only get my custom cookie name instead of both the default pum-nnn
cookie and my custom cookie name.
Current behavior
See video https://share.wppopupmaker.com/9ZuKm0Zq
Steps to reproduce
- Create a trigger.
- Add a cookie.
- Dismiss the default cookie name (e.g.,
pum-123
) and select "Add New Cookie" in the dropdown instead. - Give your new cookie a custom name like
pum-123-my-cookie
. - Both
pum-123
andpum-123-my-cookie
are created even though we wanted only the second one.