Heray-Was-Here
Server : Apache/2.4.52 (Debian)
System : Linux 1b21ca041b67 5.10.0-44-amd64 #1 SMP Debian 5.10.257-1 (2026-05-27) x86_64
User : www-data ( 33)
PHP Version : 7.4.28
Disable Function : NONE
Directory :  /var/www/html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/cron-events.php
<?php
if (!defined('ABSPATH')) 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>

Hry