PluginProbe
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot / 3.8.9
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot v3.8.9
4.9.2 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 All 200 releases
← All changes | includes/Shortcodes/CategoryList.php +3 -6 4.9.03.8.9 View file →
@@ -39,10 +39,9 @@
39 39 'title_tag' => 'h2',
40 40 'layout_type' => '',
41 41 'list_icon_url' => '',
42 42 'sidebar_layout' => '',
43 - 'list_icon_name' => '',
44 - 'lazy_load' => false
43 + 'list_icon_name' => ''
45 44 ];
46 45 }
47 46
48 47 public function view_params() {
@@ -47,9 +46,9 @@
47 46
48 47 public function view_params() {
49 48 $terms_query = $this->query->terms_query(
50 49 [
51 - 'multiple_kb' => ( $this->attributes['multiple_knowledge_base'] && ! empty( $this->attributes['kb_slug'] ) ) ? true : false,
50 + 'multiple_kb' => $this->attributes['multiple_knowledge_base'],
52 51 'kb_slug' => $this->attributes['kb_slug'],
53 52 'terms' => $this->attributes['terms'],
54 53 'order' => $this->attributes['terms_order'],
55 54 'orderby' => $this->attributes['terms_orderby'],
@@ -89,11 +88,9 @@
89 88 'show_icon' => false,
90 89 'layout_type' => $this->attributes['layout_type'],
91 90 'list_icon_url' => $this->attributes['list_icon_url'],
92 91 'sidebar_layout' => $this->attributes['sidebar_layout'],
93 - 'list_icon_name' => $this->attributes['list_icon_name'],
94 - 'title_tag' => $this->attributes['title_tag'],
95 - 'lazy_load' => ! empty( $this->attributes['lazy_load'] )
92 + 'list_icon_name' => $this->attributes['list_icon_name']
96 93 ];
97 94 }
98 95
99 96 public function render( $atts, $content = null ) {