# 主题目录下的 functions.php 添加以下字段:
`add_filter('default_content', 'my_editor_content');
function my_editor_content($content) {
$content = "此地方填写编辑的内容";
return $content;`
正文完
发表至: 未分类
2023-06-25