PluginProbe
Essential Widgets / 3.1
Essential Widgets v3.1
3.2.1 3.3 3.2 trunk 1.0.0 1.0.1 1.1 1.2 1.2.1 1.2.2 1.3 1.4 1.4.1 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 1.9 2.0 2.1 2.2 All 31 releases
essential-widgets / public / partials / essential-widgets-public-display.php

essential-widgets-public-display.php in Essential Widgets 3.1, at public/partials/essential-widgets-public-display.php

21 lines 443 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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