Customize the error message shown on the WPForms Password Reset form when the reset link is invalid or expired
/** * Customize the error message shown on the WPForms Password Reset form * when the…
Adsense
Adse
WWPP - Hide Tax label on Cart/Checkout for wholesale customers
add_filter( 'woocommerce_countries_tax_or_vat', function( $label ) { if ( ! ( is_cart() || is_checkout() ) ) {…
Single Vendor Purchase
Limits the customers purchase to a single vendor
Display a message after the 1st paragraph of posts
Thank you for reading this post, don't forget to subscribe!
How to Disable Comments on Event Posts? | Quick Event Manager
This code snippet is designed to automatically disable comments for event post types generated via the…
Event URL (Simple Usage) | Display Eventbrite Events
This filter allows you to adjust the event URL. This is primarily so you can add…
Filter Music Promoter Age Restriction | Display Eventbrite Events
For Eventbrite music promoters only. Age restriction text is displayed unless it is set in Eventbrite…
Blocks on templates
Setting a specific block on specific templates by default
Hide the ‘Screen Options’ Tab on admin bar
Remove the Screen Options menu at the top of the admin bar.
Use Single Tenant With the Outlook Mailer
This snippet will set the Outlook API authorization and access token URLs to use your unique…