Skip to content

Instantly share code, notes, and snippets.

@sethshoultes
Last active July 10, 2023 06:00
Show Gist options
  • Save sethshoultes/1da0504462ef12f1a1e8ef977f2688c5 to your computer and use it in GitHub Desktop.
Save sethshoultes/1da0504462ef12f1a1e8ef977f2688c5 to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: Event Espresso - Restore PayPal Standard
Description: This plugin allows you to use PayPal Standard on your website. By allowing your customers to use PayPal Standard, you may face inconsistencies with payments.
*/
add_filter( 'FHEE__EE_PMT_Paypal_Express__register_payment_methods__hide_paypal_standard', '__return_false' );
@BLACKHXTM0NER0
Copy link

Nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment