SILENT KILLERPanel

Current Path: > home > > transcarter > www > wp-content > plugins > wp-optimize > > templates > database


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home//transcarter/www/wp-content/plugins/wp-optimize//templates/database

NameTypeSizeLast ModifiedActions
optimizations-table.php File 7489 bytes July 17 2025 21:05:49.
optimize-table.php File 2754 bytes July 17 2025 21:05:49.
settings-auto-cleanup.php File 2942 bytes July 17 2025 21:05:49.
settings-general.php File 2660 bytes July 17 2025 21:05:49.
settings.php File 1309 bytes July 17 2025 21:05:49.
status-box-contents.php File 4966 bytes July 17 2025 21:05:49.
table-analysis.php File 1294 bytes July 17 2025 21:05:49.
tables-body.php File 5976 bytes July 17 2025 21:05:49.
tables-list-after.php File 2949 bytes July 17 2025 21:05:49.
tables.php File 3296 bytes July 17 2025 21:05:49.

Reading File: /home//transcarter/www/wp-content/plugins/wp-optimize//templates/database/settings-general.php

<?php if (!defined('WPO_VERSION')) die('No direct access allowed'); ?>

<h3 class="wpo-first-child"><?php esc_html_e('General settings', 'wp-optimize'); ?></h3>
<div class="wpo-fieldgroup">
	<p>
		<?php esc_html_e('Whether manually or on a schedule, these settings apply whenever a relevant optimization is run.', 'wp-optimize'); ?>
	</p>
	<p>
		<input name="enable-retention" id="enable-retention" type="checkbox" value ="true" <?php echo ($options->get_option('retention-enabled') == 'true') ? 'checked="checked"' : ''; ?>>
		<?php
		$retention_period = max((int) $options->get_option('retention-period', '2'), 1);

		echo '<label for="enable-retention">';
		printf(
			// translators: %s is number of weeks
			esc_html__('Keep last %s weeks data', 'wp-optimize'),
			'</label><input id="retention-period" name="retention-period" type="number" step="1" min="2" max="99" value="'.esc_attr($retention_period).'"><label for="enable-retention">'
		);
		echo '</label>';
		?>
		<br>
		<small><?php echo esc_html__('This option will, where relevant, retain data from the chosen period, and remove any garbage data before that period.', 'wp-optimize').' '.esc_html__('If the option is not active, then all garbage data will be removed.', 'wp-optimize').' '.esc_html__('This will also affect Auto Clean-up process', 'wp-optimize'); ?></small>
	</p>
	<p>
		<input name="enable-revisions-retention" id="enable-revisions-retention" type="checkbox" value ="true" <?php echo ('true' == $options->get_option('revisions-retention-enabled')) ? 'checked="checked"' : ''; ?>>
		<?php
		$revisions_retention_count = (int) $options->get_option('revisions-retention-count', '2');

		echo '<label for="enable-revisions-retention">';
		printf(
			// translators: %s is number of revisions to keep
			esc_html__('Always keep %s post revisions', 'wp-optimize'),
			'</label><input id="revisions-retention-count" name="revisions-retention-count" type="number" step="1" min="2" max="99" value="'.esc_attr($revisions_retention_count).'"><label for="revisions-retention-count">'
		);
		echo '</label>';
		?>
		<br>
		<small><?php echo esc_html__('This option will retain specified number of post revisions, and remove other revisions.', 'wp-optimize').' '.esc_html__('If the option is not active, then all garbage data will be removed.', 'wp-optimize').' '.esc_html__('This will also affect Auto Clean-up process', 'wp-optimize'); ?></small>
	</p>
	<?php WP_Optimize()->include_template('take-a-backup.php', false, array('label' => __('Take a backup with UpdraftPlus before running scheduled optimizations', 'wp-optimize'), 'checkbox_name' => 'enable-auto-backup-scheduled')); ?>
</div>

SILENT KILLER Tool