Is it possible to hardcode (in PHP) a field to show on an options page and have it be tranlatable?
I want to bundle the field into my functions.php file, and have it show up on an options page and be the same across translations.
Hi @cutcopypaste
It should be possible. What you need it WordPress localization. This page should give you more idea about it: https://codex.wordpress.org/I18n_for_WordPress_Developers.
I hope this helps 🙂