Page 1 of 1

Custom Fields can it be a capital letter?

Posted: Wed Jan 27, 2021 9:57 am
by cimbom
Custom Fields,

Let what is written in the custom fields I created turn into capital letters. How do I do this, is it possible?

Image

Re: Custom Fields can it be a capital letter?

Posted: Wed Jan 27, 2021 8:12 pm
by Klemen
You would have to edit the source code - run the variable in PHP's strtoupper() function before printing it.

Re: Custom Fields can it be a capital letter?

Posted: Sat Jan 30, 2021 11:37 am
by cimbom
Thanks Klemen. Can you show me this with an example. I'm very new to PHP and coding.