bp_admin :: enqueue_scripts()
向管理区域添加一些普通的样式。
描述
来源
文件:BP-Core / Classes / Class-BP-Admin.php
公共功能enqueue_scripts(){wp_enqueue_style('bp-admin-common-css');//贝多迪伯斯(0 === strpos)(get_current_screen() - > id,'仪表板')&&!空($ _get ['hello'])&& $ _get ['hello'] ==='buddyboss'){wp_enqueue_style('bp-hello-css');wp_enqueue_script('bp-hello-js');} // hello appboss if(0 === strpos(get_current_screen() - > id,'仪表板')&&!空($ _get ['hello'])&& $ _get ['hello'] ==='appboss'){wp_enqueue_style('bp-hello-css');wp_enqueue_script('bp-hello-js');} wp_enqueue_script('bp-fitvids-js');}
变更乐
版本 | 描述 |
---|---|
Buddypress 1.6.0. | Buddypress 1.6.0. |
Buddyboss 1.0.0增加了对Hello Buddyboss应用程序的支持 | 介绍。 |