WP Simple Pay: Google GA4 Payment Conversion Tracking

Execute a script the first and only time a payment confirmation is viewed.

MemebrPress: Send MemberPress Welcome Email Only When Transaction Is Completed

The code snippet will allow the global welcome email to be triggered only following the successful…

Add User to RCP Subscription on Purchase

Add customer to an RCP subscription level when they purchase a specific product.

FES Login Form Redirect

Add a new tab to the Frontend Submissions vendor dashboard menu.

Main Base Twitter Pixel

Main Base Twitter Pixel

Anthony Pellino
<10

Current Year

function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');

<10

User Switching

Easily switch to a Customer when using the User Switching plugin

Purchase Button Custom Add to Cart Link

Below all EDD purchase buttons, display a link to add that product to the cart and…

Defining Mailgun Mailer Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

1 39 40 41 42 43 125