我读过这篇文章:How to create custom text forms in admin panel and show them on my page (Wordpress)
一切都很好,但我需要编辑器做更多的文本格式化。有没有一种简单的集成方法?
谢谢
发布于 2020-06-08 20:00:13
您可以使用wp_editor();代替文本区域
https://stackoverflow.com/questions/62258914
相似问题