ajax
3 years ago
config
4 years ago
cron
6 years ago
css
3 years ago
fonts
5 years ago
img
3 years ago
include
3 years ago
js
3 years ago
templates
3 years ago
backups.php
3 years ago
boot.php
3 years ago
cloud.php
3 years ago
dashboardWidget.php
3 years ago
pagesContent.php
3 years ago
proFeatures.php
3 years ago
restore_wordpress.php
3 years ago
schedule.php
3 years ago
security.php
3 years ago
services.php
3 years ago
settings.php
3 years ago
support.php
3 years ago
systemInfo.php
3 years ago
videoTutorials.php
3 years ago
videoTutorials.php
14 lines
| 1 | <?php |
| 2 | |
| 3 | require_once SG_SCHEDULE_PATH . 'SGSchedule.php'; |
| 4 | $contentClassName = esc_attr(getBackupPageContentClassName('videoTutorials')); |
| 5 | ?> |
| 6 | <div id="sg-backup-page-content-videoTutorials" class="sg-backup-page-content <?php echo $contentClassName; ?>"> |
| 7 | <div><h1 class="sg-backup-page-title"><?php _backupGuardT('Video Tutorials') ?></h1></div> |
| 8 | |
| 9 | <h2><?php _backupGuardT('BackupGuard WordPress Plugin Walkthrough'); ?></h2> |
| 10 | <iframe width="859" height="483" src="https://www.youtube.com/embed/xn_-FtZNHEw" frameborder="0" |
| 11 | allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |
| 12 | allowfullscreen></iframe> |
| 13 | </div> |
| 14 |