You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
302 B
PHTML
14 lines
302 B
PHTML
7 months ago
|
<?php
|
||
|
/**
|
||
|
* Classic media queries style template.
|
||
|
*
|
||
|
* This template can be overridden by copying it to yourtheme/wpforms/emails/classic-queries.php.
|
||
|
*
|
||
|
* @since 1.8.5
|
||
|
*/
|
||
|
|
||
|
if ( ! defined( 'ABSPATH' ) ) {
|
||
|
exit;
|
||
|
}
|
||
|
require WPFORMS_PLUGIN_DIR . 'assets/css/emails/partials/classic_media_queries.css';
|