the_title_export

过滤钩子
apply_filters( 'the_title_export', $post->post_title )
参数
  • (string) $post_title Title of the current post.
    Required:
定义位置
相关勾子
the_title_rssthe_content_exportthe_titlethe_excerpt_exportwp_title_parts
相关方法
the_title_rssthe_titleget_the_title_rssthe_title_attributeget_the_titlethe_editor
引入
5.7.0
弃用
-

the_title_export – 这是一个WordPress函数,用来导出文章的标题,以便在其他应用程序中使用,如RSS提要或外部数据库。它的工作原理与the_title函数类似,但在不同的环境下使用时,它可能有不同的格式化选项或行为。

过滤用于WXR导出的文章标题。

$title = wxr_cdata( apply_filters( 'the_title_export', $post->post_title ) );

常见问题

FAQs
查看更多 >