BP_REST_Components_Endpoint:: activate_helper (字符串美元的组件)
辅助激活组件。
描述
参数
- 美元的组件
-
(字符串)(必需)组件id。
返回
(数组)
源
文件:bp-core /类/ class-bp-rest-components-endpoint.php
受保护函数activate_helper($component) {$active_components =& buddypress()->active_components;//设置页面加载的剩余部分。$active_components[$component] = 1;//保存在db。Bp_update_option ('bp-active-components', $active_components);//确保dbDelta()被定义。如果(!function_exists('dbDelta')) {“wp-admin /包括/ upgrade.php ';} //运行setup,以防需要创建表。 require_once buddypress()->plugin_dir . 'bp-core/admin/bp-core-admin-schema.php'; bp_core_install( $active_components ); bp_core_add_page_mappings( $active_components ); return $this->get_component_info( $component ); }
更新日志
版本 | 描述 |
---|---|
0.1.0 | 介绍了。 |