Skip to content

Commit

Permalink
Hide button for topic creatioin
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed Oct 8, 2024
1 parent 48dec19 commit 4edc33d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) );

/**
Expand Down

0 comments on commit 4edc33d

Please sign in to comment.