次のことを行うための最もエレガントでベストプラクティスの方法を知りたいです。
文字列を返すPHPがあるとしましょう(たとえば、今日の天気)。WordPressページ内に文字列を含めることができるようにしたいのですが、プラグインを使用してページ内でPHPを許可することはできません。
したがって、たとえば:
This is content of the page that is editable via WordPress pages.
Today's weather is THE_WEATHER. This bit is also editable, but as
an editor I can't edit the PHP that just told us what the weather
is, the developer does that.
これを行うためのベストプラクティスの方法は何ですか(できればプラグインを使用せずに)?