public function show_deactivation_feedback_form()

in fb-messenger-customer-chat.php [40:46]


  public function show_deactivation_feedback_form() {
    if ( get_current_screen()->id !== 'plugins' ) {
      return;
    }

    add_action( 'in_admin_header', array($this, 'render_feedback_form'));
  }