Change the redirect URI when using Google App’s OAuth
If you prefer not to use the default OAuth redirect URI (connect.wpmailsmtp.com) for added security and…
WP Simple Pay: Add More Aggressive Rate Limiting
Changes the various default rate limit settings.
Force nwwp Colour Scheme
Makes sure all users use this
WP Simple Pay: Custom Webhook Handling Example
An example of handling the `coupon.updated` webhook event. For a full list of available events see:…
Add Custom Campaign And Donation Field
In this example, a new email field is added which can be used both in campaign…
RT7 Official - Maintenance Mode
RT7 Official Maintenance Mode
Disable Wordpress image compression
// Disable image compression add_filter( 'jpeg_quality', 'smashing_jpeg_quality' ); function smashing_jpeg_quality() { return 100; } // Disable…
On Add to Cart Event in WooCommerce
Adds the cancellation event to stop the Browse Abandonment campaign for your push subscribers in the…
Change Postcode To Zipcode
Change the "Postcode" field into a "ZIP Code" field.
Adding a Custom Filter when using Other SMTP Setting
This snippet will help in troubleshooting steps from "SMTP Error: Could not authenticate".
Disable the delivery of SEO Email Reports
This snippet can be used to disable the delivery of SEO Email Reports.
How to Set the Language for Google reCAPTCHA
/** * Set the language for Google reCAPTCHA. * * @link https://wpforms.com/developers/how-to-set-the-language-for-google-recaptcha/ */ function wpf_dev_recaptcha_language( $url…
Show Admin Bar
The code below shows the admin bar for logged in users who do not have these…
Add Campaign Creator Export Fields
Add additional campaign fields related to the campaign creator.
Move WooCommerce Category Description Below Products
The following snippet moves the WooCommerce description from the default location (page header subheading) to below…