PluginProbe
WP Coder – Insert & Manage Code Snippets / 1.1
WP Coder – Insert & Manage Code Snippets v1.1
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
← All changes | public/partials/public.php +3 -12 2.5.11.1 View file →
@@ -1,12 +1,3 @@
1 -<?php
2 - /**
3 - * Public HTML code
4 - *
5 - * @package Wow_Plugin
6 - * @copyright Copyright (c) 2018, Dmytro Lobov
7 - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
8 - * @since 1.0
9 - */
10 - if ( ! defined( 'ABSPATH' ) ) exit;
11 -
12 -
1 +<?php if ( ! defined( 'ABSPATH' ) ) exit;
2 + echo $param['content_html'];
3 +?>