Title: mlangley's Replies | WordPress.org

---

# mlangley

  [  ](https://wordpress.org/support/users/mlangley/)

 *   [Profile](https://wordpress.org/support/users/mlangley/)
 *   [Topics Started](https://wordpress.org/support/users/mlangley/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mlangley/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mlangley/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mlangley/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mlangley/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mlangley/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Stripe] [Plugin: WP Stripe] Display on Website should be optional](https://wordpress.org/support/topic/plugin-wp-stripe-display-on-website-should-be-optional/)
 *  [mlangley](https://wordpress.org/support/users/mlangley/)
 * (@mlangley)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-stripe-display-on-website-should-be-optional/#post-2568756)
 * To remove the check box on the payment form, go into the file wp-stripe/includes/
   stripe-display.php
 * Remove or comment out these lines from the file (188 through 194)
 *     ```
       <div class="stripe-row">
   
                   <input type="checkbox" name="wp_stripe_public" value="public" checked="checked" /> <label><?php _e('Display on Website?', 'wp-stripe'); ?></label>
   
                   <p class="stripe-display-comment"><?php _e('If you check this box, the name as you enter it (including the avatar from your e-mail) and comment will be shown in recent donations. Your e-mail address and donation amount will not be shown.', 'wp-stripe'); ?></p>
   
               </div>
       ```
   

Viewing 1 replies (of 1 total)