| Server IP : 193.239.44.106 / Your IP : 216.73.216.4 Web Server : Apache System : Linux web5 6.18.40-1 #1 SMP PREEMPT_DYNAMIC Sat Jul 25 21:08:44 CEST 2026 x86_64 User : ( 10117) PHP Version : 8.2.32 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/virtualki/259324/wp-content/plugins/updraftplus/templates/wp-admin/advanced/ |
Upload File : |
<?php
if (!defined('UPDRAFTPLUS_DIR')) {
die('No direct access allowed');
}
?>
<div class="advanced_tools cron_events">
<?php
echo '<h3>'.esc_html__('Cron events', 'updraftplus').'</h3>';
echo '<p>'.esc_html(__('Here, you can view the scheduled tasks set up by the UpdraftPlus plugin.', 'updraftplus').' '.__('These cron jobs are responsible for automating various backup processes at specified intervals.', 'updraftplus').' '.__('Each schedule includes details like the hook name, the interval, and the next scheduled run time.', 'updraftplus')).'</p>';
?>
<table class="wp-list-table widefat striped">
<thead>
<tr>
<th><strong><?php esc_html_e('Hook name', 'updraftplus'); ?></strong></th>
<th><strong><?php esc_html_e('Interval', 'updraftplus'); ?></strong></th>
<th><strong><?php esc_html_e('Next run', 'updraftplus'); ?></strong></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>