the_content

过滤钩子
apply_filters( 'the_content', get_the_content()
定义位置
  • wp-content/themes/twentyseventeen/template-parts/post/content-video.php , line 45
相关勾子
phone_contentthe_content_feedthe_content_exportthe_editor_contentembed_content
相关方法
the_contentthe_content_rssget_the_contentthe_commentthe_content_feedget_the_content_feed
引入
n/a
弃用
-

the_content是一个模板标签,显示一个文章或页面的全部内容。它通常用于WordPress主题的主循环,以显示博客或档案页上的每个文章的内容。

应用于在屏幕上打印之前从数据库检索到的文章内容(也用于一些其他操作,如跟踪)。

$content = apply_filters( 'the_content', get_the_content() );

常见问题

FAQs
查看更多 >