最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to get unmodified post content?

programmeradmin1浏览0评论

How do you get the unmodified post content?

It seems WordPress modifies the post content. It changes the HTML by adding or removing from it.

This post is different from this post:

Get WordPress post content by post id

How do you get the unmodified post content?

It seems WordPress modifies the post content. It changes the HTML by adding or removing from it.

This post is different from this post:

Get WordPress post content by post id

Share Improve this question edited Jun 20, 2020 at 20:27 1.21 gigawatts asked Jun 20, 2020 at 20:21 1.21 gigawatts1.21 gigawatts 1,0003 gold badges13 silver badges34 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

It seems that the original content is unmodified if I access it like this:

 echo $post->post_content;

And I do not save the post in the editor and do not use the visual editor.

This is using WordPress 5.4.2.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论