1 messages · Page 1 of 1 (latest)
You're trying to assign a value to the return value from a function get_meta
get_meta
This would sorta be like writing
3 = true
3 is itself a value, you can't set it to some other value
Is there a set_meta function you should be using?
set_meta
haven't this been solved already?