bp_core_avatar_full_width ()
获得“完整的”头像宽度设置。
描述
返回
(int)完整的宽度。
源
文件:bp-core / bp-core-avatars.php
function bp_core_avatar_full_width(){/** *过滤'完整'头像宽度设置。* * @自BuddyPress 1.5.0 * * @param int $value值的“完整”头像宽度设置。*/返回apply_filters('bp_core_avatar_full_width', bp_core_avatar_dimension('full', 'width'));}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.5.0 | 介绍了。 |