| Server IP : 121.121.20.254 / Your IP : 216.73.216.94 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/KnowledgeBase/wp-content/plugins/betterdocs-pro/views/admin/email/ |
Upload File : |
<table width="640" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:640px; width:100%;" bgcolor="#FFFFFF">
<tr>
<td align="center" valign="top" style="padding:10px;">
<table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
<?php
foreach ( $all_data as $key => $data ) {
$output = '';
if ( is_array( $data ) && $key == 'files' ) {
$output .= '<tr bgcolor="#ddd"><td align="left" valign="top" style="padding:10px;">' . $key . '</td></tr>';
$output .= '<tr><td align="left" valign="top" style="padding:10px;">';
foreach ( $data as $file_key => $file ) {
$output .= '<a href="' . $file['url'] . '" style="width:300px; display: inline-block">';
$output .= '<img width="100%" src="' . $file['url'] . '"/>';
$output .= '</a>';
}
$output .= '</td></tr>';
} else {
$output .= '<tr bgcolor="#ddd"><td align="left" valign="top" style="padding:10px;">' . $key . '</td></tr>';
$output .= '<tr><td align="left" valign="top" style="padding:10px;">' . $data . '</td></tr>';
}
echo wp_kses_post( $output );
}
?>
</table>
</td>
</tr>
</table>