BP_LearnDash_Admin_Integration_Tab: registerReportsSettings ()

注册报告相关设置

描述

文件:bp-乐动体育网站怎样integrations / learndash / bp-admin-learndash-tab.php

public function registerReportsSettings() {$this->current_section = 'reports';/** *从平台中隐藏报告部分*/ $this->add_section('bp_ld_sync-reports', __('Group Reports Settings', 'buddyboss'), [$this, 'learndash_groups_report_description']);$this->add_checkbox_field('enabled', __('Group Reports', 'buddyboss'), ['input_text' => __('Enable Social Group Report for LearnDash', 'buddyboss'), 'input_run_js' => 'reports_enabled',]);$this->add_field('access', __('Report access', 'buddyboss'), [$this, 'output_report_access_setting'], [], ['class' => 'js-show-on-reports_enabled',]);$this->add_input_field('per_page', __('Report Results Per Page', 'buddyboss'), ['input_type' => 'number', 'input_description' => __('每页显示的报告结果的数量','buddyboss'), 'class' => 'js-show-on-reports_enabled',]);}

更新日志

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

问题吗?

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