PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 6.9.3
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v6.9.3
8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 All 534 releases
← All changes | includes/Parsedown.php +3 -3 8.6.16.9.3 View file →
@@ -1,6 +1,6 @@
1 1 <?php
2 -if (!defined('ABSPATH')) exit; // Exit if accessed directly
2 +
3 3 #
4 4 #
5 5 # Parsedown
6 6 # http://parsedown.org
@@ -11,10 +11,10 @@
11 11 # For the full license information, view the LICENSE file that was distributed
12 12 # with this source code.
13 13 #
14 14 #
15 -if(!class_exists('Qcld_Parsedown')){
16 - class Qcld_Parsedown
15 +if(!class_exists('Parsedown')){
16 + class Parsedown
17 17 {
18 18 # ~
19 19
20 20 const version = '1.8.0-beta-7';