Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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)