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: Compact.php
<?php namespace WPForms\Emails\Templates; /** * Class Compact. * As the name suggests, it's a compact variant of the Classic template. * * @since 1.8.5 */ class Compact extends Notifications { /** * Template slug. * * @since 1.8.5 * * @var string */ const TEMPLATE_SLUG = 'compact'; }
Save