PluginProbe
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot / 4.2.0
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot v4.2.0
4.9.1 4.9.0 4.8.2 4.8.1 4.8.0 4.7.0 4.6.2 4.6.1 4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 4.5.1 4.5.0 4.4.1 4.4.0 3.3.4 3.4.0 3.4.1 3.4.2 3.5.0 3.5.1 3.5.2 All 199 releases
← All changes | betterdocs.php +9 -10 4.5.64.2.0 View file →
@@ -3,11 +3,9 @@
3 3 /**
4 4 * Plugin Name: BetterDocs
5 5 * Plugin URI: https://betterdocs.co/
6 6 * Description: Create stunning Knowledge base & FAQs for your WordPress website and reduce support pressure with the help of BetterDocs. Get access to amazing templates and create fully customizable KB with AI Write.
7 - * Version: 4.5.6
8 - * Requires at least: 6.4
9 - * Requires PHP: 7.4
7 + * Version: 4.2.0
10 8 * Author: WPDeveloper
11 9 * Author URI: https://wpdeveloper.com
12 10 * License: GPL-3.0+
13 11 * License URI: http://www.gnu.org/licenses/gpl-3.0.txt
@@ -24,8 +22,9 @@
24 22
25 23 require_once __DIR__ . '/includes/v2x-compatibility.php';
26 24 require_once __DIR__ . '/vendor/autoload.php';
27 25
26 +
28 27 /**
29 28 * Initiate the BetterDocs Plugin
30 29 *
31 30 * @return Plugin
@@ -31,16 +30,16 @@
31 30 * @return Plugin
32 31 * @since 2.5.0
33 32 */
34 33 function betterdocs(): Plugin {
35 - /**
36 - * Remove PRO Functionalities if pro is not updated.
37 - */
38 - if ( ! function_exists( 'betterdocs_pro' ) ) {
39 - remove_action( 'betterdocs_init', 'run_betterdocs_pro' );
40 - }
34 + /**
35 + * Remove PRO Functionalities if pro is not updated.
36 + */
37 + if ( ! function_exists( 'betterdocs_pro' ) ) {
38 + remove_action( 'betterdocs_init', 'run_betterdocs_pro' );
39 + }
41 40
42 - return Plugin::get_instance();
41 + return Plugin::get_instance();
43 42 }
44 43
45 44 /**
46 45 * Initialize BetterDocs (Free)