Thread Starter
vrhovc
(@vrhovc)
Ok, I have updated to 2.0.12, now everything is OK.
Thread Starter
vrhovc
(@vrhovc)
Thanks.
What about the other way?
So far I understood that select field can have a function to display/define options, so would that be a better way?
Yes the options are fixed, not dynamic, but maybe this way the sollution is more elegant.
and You would have the options all in one place.
Thread Starter
vrhovc
(@vrhovc)
Thanks for the answer.
So I guess I don’t “need” those values and I just have to enter the whole string no matter how long it is.
(the kg=>Kilogram was just one example that I need)
I presume that with other similar fields it is the same.
What about in the case I need some multi language?
maybe this will be of help:
<?php
$current_user = wp_get_current_user();
the_field (‘phone’,’user_’.$current_user->ID);
?>