Files
homeproz/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/wp-admin/tools/partials/who-is-lookup-result.php
T

13 lines
267 B
PHP
Executable File

<div class="postbox">
<h3 class="hndle">
<table>
<tr valign="top">
<th scope="row">WHOIS: </th>
<td><?php echo esc_html($ip_or_domain); ?></td>
</tr>
</table>
</h3>
<div class="inside">
<pre><?php echo esc_html($result); ?></pre>
</div>
</div>