Skip to content

Commit

Permalink
chore: disable formbricks for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Feb 19, 2025
1 parent e351d60 commit 3c68be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function setup_admin_hooks() {
add_action( 'admin_notices', array( $this, 'render_survey_notice' ) );
add_action( 'wp_ajax_church_fse_dismiss_welcome_notice', array( $this, 'remove_welcome_notice' ) );
add_action( 'wp_ajax_church_fse_dismiss_survey_notice', array( $this, 'remove_survey_notice' ) );
add_action( 'admin_print_scripts', array( $this, 'add_nps_form' ) );
// add_action( 'admin_print_scripts', array( $this, 'add_nps_form' ) ); Disable for now

add_action( 'wp_ajax_church_fse_set_otter_ref', array( $this, 'set_otter_ref' ) );
}
Expand Down

0 comments on commit 3c68be7

Please sign in to comment.