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