phone_content

过滤钩子
apply_filters( 'phone_content', $content )
参数
  • (string) $content The email content.
    Required:
定义位置
相关勾子
the_contentthe_content_feedembed_contentthe_editor_contentthe_content_export
相关方法
the_contentthe_content_rssget_the_contentthe_content_feedforce_ssl_contentwp_new_comment
引入
1.2.0
弃用
-

phone_content 是一个钩子,当一个网站的手机版本的内容被生成时被调用。这个钩子用于修改网站的内容,以便在手机上显示。

在保存之前过滤通过电子邮件提交的文章的内容。

$post_content = apply_filters( 'phone_content', $content );

常见问题

FAQs
查看更多 >