Files
carpseeds.pl/wp-content/plugins/newsletter/subscription/defaults-template.php
2024-07-15 11:28:08 +02:00

7 lines
145 B
PHP

<?php
// This file is used only on first installation!
$options = array();
$options['template'] = @file_get_contents(__DIR__ . '/email.html');