File "newsletter.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/kapee-extensions/templates/shortcodes/newsletter.php
File size: 171 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Newsletter Template
*/
?>
<div class="<?php echo esc_attr($class);?>">
<?php if( function_exists( 'mc4wp_show_form' ) ) {
mc4wp_show_form();
} ?>
</div>