common
1 year ago
basic.php
1 year ago
buddypress.php
3 years ago
color_picker.php
3 years ago
design.php
3 years ago
google_classroom.php
3 years ago
gradebook.php
3 years ago
import_export.php
1 year ago
notifications.php
3 years ago
status.php
3 years ago
tab.php
1 year ago
tutor_pages.php
1 year ago
zoom.php
4 years ago
buddypress.php
14 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Settings option view |
| 4 | * |
| 5 | * @package Tutor\Views |
| 6 | * @subpackage Tutor\Settings |
| 7 | * @author Themeum <support@themeum.com> |
| 8 | * @link https://themeum.com |
| 9 | * @since 2.0.0 |
| 10 | */ |
| 11 | |
| 12 | //phpcs:ignore -- contain safe data |
| 13 | echo $this->view_template( 'common/reset-button-template.php', $section ); |
| 14 |