bp_get_email_post_type ()
返回电子邮件邮件类型的名称。
描述
返回
(字符串)电子邮件邮件类型的名称。
源
文件:bp-core / bp-core-functions.php
function bp_get_email_post_type(){/** *过滤邮件投递类型的名称。* * @since BuddyPress 2.5.0 * * @param string $value邮件类型名称。*/返回apply_filters('bp_get_email_post_type', buddypress()->email_post_type);}
更新日志
版本 | 描述 |
---|---|
BuddyPress 2.5.0 | 介绍了。 |