21 lines
351 B
PHP
21 lines
351 B
PHP
<?php
|
|
|
|
// Exit if accessed directly
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
}
|
|
|
|
|
|
/**
|
|
* Provide a public-facing view for the plugin
|
|
*
|
|
* This file is used to markup the public-facing aspects of the plugin.
|
|
*
|
|
* @link http://example.com
|
|
* @since 4.0
|
|
*
|
|
* @package Email_Subscribers
|
|
* @subpackage Email_Subscribers/public/partials
|
|
*/
|
|
|