Ok, thanks. Even if I could have a general placeholder that I could choose on desktop that would be ok. Best wishes, Nyla
hey @nylarosie ;
I tested the snippet and there indeed is a small bug in it, can you change the line
if (strpos($meta_key,"lyte")===0){
into
if (strpos($meta_key,"_lyte")===0){
(so adding an underscore to lyte so it becomes _lyte?
that should allow you to see the lyte cache and remove it.
hope this helps,
frank
Hi Frank, this has had no effect. The original was actually
if (strpos($meta_key,”_lyte_”)===0){
Also it still does not appear in custom fields list.
Afraid I have no idea why that would not work nylarosie, sorry .. :-/

In the custom fields I now see the 3 playlists. E.g. this one:
_lyte_PL4g1DOGw1agtvpkLQLR3QFZSbHCidhgN3 when I click on ‘update’ it flashes yellow but has no effect.
The value is this: eJydj0FLxDAQRv/KkrPbNNsUl1wFV/DiggsigWVspu2sybY2k8Ui/ndT8eJJ8DiPx/uYD8HEHoURDx5mT5HN6mYIIZ3pFQKsdgkjR3EluE/h5TD5bPbMYzRWWknFzBS6ohmClReycv+k2w7DqO+3VvZvDltInovT2OXE3f4fkQDvE8bfIQeMt4Te5c6m3Oh1qdaqelS10cpU2+dFSRMwDedsLBfGZqLxB/zxaQPfYjzmGch6Cz5i5n5mXBgewTnM2+q6rGuldFV9fgGs6G2/
-
This reply was modified 2 years, 3 months ago by
nylarosie.
There only seems to be a problem with one playlist. I’ll try deleting that playlist on Youtube and adding a replacement playlist later.
_lyte_PL4g1DOGw1agtvpkLQLR3QFZSbHCidhgN3 when I click on ‘update’ it flashes yellow but has no effect.
you don’t have to update, simply deleting it should suffice 🙂
That worked!!! Thank you so much for sticking with me Frank.