| 1 |
<?php |
| 2 |
|
| 3 |
if ( ! defined( 'ABSPATH' ) ) { |
| 4 |
exit; // Exit if accessed directly. |
| 5 |
} |
| 6 |
|
| 7 |
/** |
| 8 |
* Provide a public-facing view for the plugin |
| 9 |
* |
| 10 |
* This file is used to markup the public-facing aspects of the plugin. |
| 11 |
* |
| 12 |
* @link https://catchplugins.com |
| 13 |
* @since 1.0.0 |
| 14 |
* |
| 15 |
* @package Essential_Widgets |
| 16 |
* @subpackage Essential_Widgets/public/partials |
| 17 |
*/ |
| 18 |
?> |
| 19 |
|
| 20 |
<!-- This file should primarily consist of HTML with a little bit of PHP. --> |
| 21 |
|