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/FeedbackForm.php +0 -4 4.5.23.8.9 View file →
@@ -26,12 +26,8 @@
26 26 return ['betterdocs'];
27 27 }
28 28
29 29 public function submit() {
30 - if ( ! betterdocs()->settings->get( 'email_feedback' ) ) {
31 - wp_send_json_error( __( 'Email feedback is disabled.', 'betterdocs' ) );
32 - }
33 -
34 30 check_ajax_referer( 'betterdocs_submit_data', 'security' );
35 31
36 32 $postID = isset( $_POST['postID'] ) ? $_POST['postID'] : null;
37 33 $article = get_the_title( $postID );