Archives: Snippets
Impact.com
Yandex AD (Body Section)
Yandex AD (Header Section)
Google Search Console
Bing Webmaster
Yandex (New Counter)
Euroclear Holding
Supports sending an email with a Stripe Pre-Approved payment is submitted.
add_action( ‘init’, function() { if ( ! class_exists( ‘\EDD\Emails\Types\Email’ ) ) { return; } /** * The PreApproved email class. * * This is sent to customers as their ‘preapproved payment confirmation’. */ class EDDWP_PreApproved_Email extends \EDD\Emails\Types\Email { /** *…Continue reading