golden hour
/home/godaofbq/.trash/wpforms-lite/src/Emails/Templates
⬆️ Go Up
Upload
File/Folder
Size
Actions
Classic.php
296 B
Del
OK
Compact.php
307 B
Del
OK
General.php
8.79 KB
Del
OK
Notifications.php
2.53 KB
Del
OK
Plain.php
1.51 KB
Del
OK
Summary.php
2.69 KB
Del
OK
Edit: Classic.php
<?php namespace WPForms\Emails\Templates; /** * Class Classic. * This is an updated version of our standard email template. * * @since 1.8.5 */ class Classic extends Notifications { /** * Template slug. * * @since 1.8.5 * * @var string */ const TEMPLATE_SLUG = 'classic'; }
Save