HEX
Server: Apache/2.4.57 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2
System: Linux vmi267337.contaboserver.net 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
User: ohirex (1008)
PHP: 8.2.8
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec
Upload Files
File: /home/ohirex/web/ohirex.com/public_html/wp-content/plugins/mailster/views/settings/logging.php
<p class="description"><?php esc_html_e( 'You can log all outgoing mails sent by Mailster. This is useful if you like to debug issues during sending. Disable this settings if you don\'t need logging as it uses more server resources.', 'mailster' ); ?></p>
<table class="form-table">
	<tr valign="top" class="settings-row settings-row-logging">
		<th scope="row"><?php esc_html_e( 'Enable Logging', 'mailster' ); ?></th>
		<td><label><input type="hidden" name="mailster_options[logging]" value=""><input type="checkbox" name="mailster_options[logging]" value="1" <?php checked( mailster_option( 'logging' ) ); ?>> <?php esc_html_e( 'Enable Logging for outgoing mails sent by Mailster.', 'mailster' ); ?></label>
		</td>
	</tr>
	<tr valign="top" class="settings-row settings-logging-max">
		<th scope="row"><?php esc_html_e( 'Max. Entries', 'mailster' ); ?> *</th>
		<td><input type="number" name="mailster_options[logging_max]" value="<?php echo esc_attr( mailster_option( 'logging_max' ) ); ?>" class="small-text"> <span class="description"><?php esc_html_e( 'Number of entries to keep in the database.', 'mailster' ); ?></span></td>
	</tr>
	<tr valign="top" class="settings-row settings-logging-days">
		<th scope="row"><?php esc_html_e( 'Max. Days', 'mailster' ); ?> *</th>
		<td><input type="number" name="mailster_options[logging_days]" value="<?php echo esc_attr( mailster_option( 'logging_days' ) ); ?>" class="small-text"> <span class="description"><?php esc_html_e( 'Number of days to keep entries in the database.', 'mailster' ); ?></span></td>
	</tr>
</table>
<p class="description">* <?php esc_html_e( 'Cleanup is delayed so the database can contain more entries. Keep fields empty to ignore settings.', 'mailster' ); ?></p>