i can’t get the value
-
I created an admin field where I save a text which I want to use it in the title of each product. Once created it, in the title.php i wanted to use this field value calling the function “$valor = get_post_meta( get_the_id(), “wccaf_customvalue”, true );” but it always returns me a false value. How can I get it? :s
The topic ‘i can’t get the value’ is closed to new replies.