diff --git a/src/includes/classes/MenuPageOptions.php b/src/includes/classes/MenuPageOptions.php index e8c98a1c..33a21b1e 100644 --- a/src/includes/classes/MenuPageOptions.php +++ b/src/includes/classes/MenuPageOptions.php @@ -721,6 +721,11 @@ public function __construct() echo '

'.__('Auto-Cache User-Agent String', SLUG_TD).'

'."\n"; echo '
; '.esc_html(SLUG_TD.' '.VERSION).'
'."\n"; echo '

'.__('This is how the Auto-Cache Engine identifies itself when connecting to URLs. See User Agent in the Wikipedia.', SLUG_TD).'

'."\n"; + echo '
'."\n"; + echo '

'.__('Cache Cleanup Schedule', SLUG_TD).'

'."\n"; + echo '

'.sprintf(__('When running the Auto-Cache engine, it creates a lot of cache files that could slow down your server especially if you have an extremely large site with a lower expiration time. To prevent it from slowing down your site, you could set the Cache Cleanup Schedule at a hourly(set by default) interval via WP Cron.', SLUG_TD), esc_html(NAME)).'

'."\n"; + echo '

'."\n"; + echo '

'.__('Tip: the value that you specify here MUST be compatible with WordPress wp_schedule_event() function. Examples: every15m, hourly, twicedaily, daily.', SLUG_TD).'

'."\n"; echo ' '."\n"; echo ' '."\n";