diff --git a/public/partials/forums/post-anonymously-public-save-meta.php b/public/partials/forums/post-anonymously-public-save-meta.php index bc52ae8..c731f17 100644 --- a/public/partials/forums/post-anonymously-public-save-meta.php +++ b/public/partials/forums/post-anonymously-public-save-meta.php @@ -85,7 +85,7 @@ public static function instance( $plugin_name, $version ) { */ public function hooks() { - add_action( 'bbp_theme_before_topic_form_submit_wrapper', array( $this, 'show_button_on_topic' ) ); + // add_action( 'bbp_theme_before_topic_form_submit_wrapper', array( $this, 'show_button_on_topic' ) ); add_action( 'bbp_theme_before_reply_form_submit_wrapper', array( $this, 'show_button_on_reply' ) ); /**