Skip to content

Commit

Permalink
= 4.2.6.5 =
Browse files Browse the repository at this point in the history
~ Added: option show_admin_on_list_instructors.
  • Loading branch information
tungnxt89 committed Apr 16, 2024
1 parent 02f3dcf commit a7968be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/settings/course.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,13 @@
'type' => 'number',
'desc' => esc_html__( 'The number of displayed instructors per page (Enter -1 to display all sections).', 'learnpress' ),
),
array(
'title' => esc_html__( 'Show Admin on list', 'learnpress' ),
'id' => 'show_admin_on_list_instructors',
'default' => 'yes',
'type' => 'checkbox',
'desc' => esc_html__( 'Show author Admin on list instructors.', 'learnpress' ),
),
array(
'type' => 'sectionend',
'id' => 'lp_metabox_instructor_setting',
Expand Down

0 comments on commit a7968be

Please sign in to comment.