PluginProbe
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot / 2.5.5
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot v2.5.5
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
betterdocs / includes / v2x-compatibility.php

v2x-compatibility.php in BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot 2.5.5, at includes/v2x-compatibility.php

49 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Version 2.x Fallback Classes
4 *
5 * This file is needed if any users uses our Pro Plugin if they are not updated Pro yet to v3+.
6 */
7
8 namespace Better_Docs_Elementor\Traits {
9 trait Template_Query {
10 private function get_default() {}
11 private function template_options() {}
12 };
13 }
14
15 namespace {
16 define('BETTERDOCS_URL', '');
17 define('BETTERDOCS_ADMIN_URL', '');
18
19 class BetterDocs_DB {
20 public static function get_settings(){}
21 }
22
23 class BetterDocs {}
24 class BetterDocs_Helper {
25 public static function term_options(){}
26 public static function get_tax(){}
27 public static function get_doc_terms(){}
28 public static function list_query_arg(){}
29 public static function faq_term_list(){}
30 public static function html_tag(){}
31 public static function permalink_stracture(){}
32 public static function term_permalink(){}
33 public static function taxonomy_object(){}
34 public static function list_svg(){}
35 public static function child_taxonomy_terms(){}
36 public static function arrow_right_svg(){}
37 public static function arrow_down_svg(){}
38 }
39
40 class BetterDocs_Elementor {
41 public static function elbd_validate_html_tag(){}
42 public static function get_betterdocs_multiple_kb_status(){}
43 }
44
45 function betterdocs_get_option(){}
46 function betterdocs_breadcrumbs(){}
47 }
48
49