BP_Nouveau_Profile_Header_Customize_Control

该控件允许用户更改BuddyBoss的用户配置文件头操作顺序

描述

注意:这是通过使用Javascript模板来改进的第一步,如下所述:https://developer.wordpress.org/themes/advanced-topics/customizer-api/#putting-the-pieces-together

文件:bp-templates / bp-nouveau /包括/ profile-header-customizer-controls.php

class BP_Nouveau_Profile_Header_Customize_Control extends WP_Customize_Control {/** * @var string */ public $type = ";/** *显示控件的内容。* * @since BuddyBoss 1.5.2 */ public function render_content() {$id = 'custom -control-profile-header';隐藏美元= false;设置美元= " bp_nouveau_appearance [user_profile_actions_order]”;美元订单= bp_nouveau_get_user_profile_actions ();$ profile_buttons = bp_nouveau_customizer_user_profile_actions ();Uksort ($profile_buttons, function ($key1, $key2) use ($order) {return (array_search($key1, $order));});> < ?php if ( isset( $guide ) && ! $hide ) : ?> 

    $item ) : ?>

更新日志

更新日志
版本 描述
BuddyBoss 1.5.2 介绍了。

方法

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档,联络支持,或与我们联系销售团队