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.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 | includes/Shortcodes/PostContent.php +1 -1 4.5.33.8.9 View file →
@@ -27,9 +27,9 @@
27 27 ];
28 28 }
29 29
30 30 public function render( $atts, $content = null ) {
31 - $post = get_post( $this->attributes['post_id'] );
31 + $post = get_post( $get_args['post_id'] );
32 32
33 33 return betterdocs()->template_helper->content(
34 34 $post->post_content,
35 35 $this->attributes['htags'],