HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/delta/wp-content/plugins/sg-cachepress/templates/performance_reports/features.php
<?php foreach ( $args['features'] as $feature ) { ?>
				<tr>
					<!--Table -->
					<td class="body-text"
						style="padding: 0 0 30px 0">
						<table class="datatable" border="0" cellpadding="0" cellspacing="0" width="" style=" width: 100%; border: 1px solid #ddd; border-bottom: none; border-radius: 16px;">
							<tr>
								<th style="font-size: 0; line-height: 0; padding: 0 0 0 20px; border-bottom: 1px solid #ddd; border-radius: 16px 0 0 0;" width="23">
									<img src="https://www.siteground.com/static/en/img/emails/icons/<?php echo esc_html( $feature['status'] ); ?>.png" width="23" height="23" alt="<?php echo esc_url( $feature['status'] ); ?>">
								</th>
								<th class="body-text" align="left"
									style="color: #363636; font-weight: 600; font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; border-bottom: 1px solid #ddd; padding: 20px 0px 20px 10px;"><?php echo esc_html( $feature['title'] ); ?></th>
								<th class="body-text" align="right"
									style="width:25%; color: #363636;  font-weight: 600; font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; border-bottom: 1px solid #ddd; padding: 20px 20px 20px 0px; border-radius: 0 16px 0 0"><?php echo esc_html( $feature['score_text'] ); ?></th>
							</tr>
							<tr>
								<td colspan="3" class="body-text" align="left"
									style="color: #363636; font-weight: 400; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; border-radius: 0 0 16px 16px;
									<?php
									if ( empty( $feature['button_text'] ) ) {
										?>
										 border-bottom: 1px solid #ddd; padding: 20px 20px 20px 20px
										<?php
									} else {
										?>
										 border-bottom: 0px; padding: 20px 20px 0px 20px <?php } ?>"><?php echo wp_kses_post( $feature['text'] ); ?></td>
							</tr>
							<?php if ( ! empty( $feature['button_text'] ) ) { ?>
							<tr>
								<td colspan="3" class="body-text" align="left"
									style="color: #363636; font-weight: 600; font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; border-bottom: 1px solid #ddd; border-radius: 0 0 16px 16px; padding: 20px 20px 20px 20px"><a href="<?php echo esc_url( $feature['button_link'] ); ?>" target="_blank" rel="noreferrer" style="color: #4343f0; outline: none; text-decoration: none; text-transform: uppercase;"><?php echo esc_html( $feature['button_text'] ); ?></a> </td>
							</tr>
							<?php } ?>
						</table>
					</td>
				</tr>
<?php } ?>