搜集
add_filter( ‘default_content’, ‘my_editor_content’ );
function my_editor_content( $content ) {$content = “这是一些自定义的内容,增加在后台编辑器里(www.onbno.com).”; return $content;
» 转载请注明来源:网络蛀虫小窝 » 《预设文本在WordPress后台编辑器》» 本站地址:http://www.onbno.com
搜集
add_filter( ‘default_content’, ‘my_editor_content’ );
function my_editor_content( $content ) {$content = “这是一些自定义的内容,增加在后台编辑器里(www.onbno.com).”; return $content;
» 转载请注明来源:网络蛀虫小窝 » 《预设文本在WordPress后台编辑器》» 本站地址:http://www.onbno.com