2017-09-02 85 views

回答

0

你可以使用PHP與回聲,但最好的做法是使用像Twig這樣的模板引擎,所以你可以將控制器與視圖分開。 爲此,我在wordpress中使用木材插件(https://fr.wordpress.org/plugins/timber-library/)。

你可以在我的插件看我如何使用它,在這裏如何呈現樹枝文件: https://github.com/meilleur-monde/wp-quotes-widget/blob/master/src/class-quotes-widget.php#L653

這裏樹枝文件: https://github.com/meilleur-monde/wp-quotes-widget/blob/master/src/admin/templates/quotesWidgetForm.twig