How to Programmatically Attach a File to Email Notifications
This code snippet uses the wpforms_emails_mailer_get_attachments filter to attach files to email notifications.
Add Taxonomy Label to LLMS Term Titles
This snippet prepends the taxonomy label to term titles shown in llms.txt and llms-full.txt.
Add WPCode Custom Field Smart Tag
Add a custom smart tag for the WPCode scripts metabox that outputs the value of a…
Export Categories and Tags
Export Categories and Tags
Show local fonts in block editor
Display custom fonts in the backend editor
Button - Add to cart to Buy Now
add_filter( 'woocommerce_product_add_to_cart_text', function( $text ) { if ( 'Add to cart' == $text ) { $text…
Verify Email Domain
During the banned email checks, see if the domain being checked has DNS configured, if not…
Prevent Duplicate Cart Items
Prevents the same item from being added to the cart multiple times.
Continue Shopping Button
Adds a "Continue Shopping" button to the left of the Update/Save Cart buttons on checkout.
File Size Display
After the download content, shows a list of the download files and their sizes
Move WPCode Status Column
This snippet makes the status column the 2nd column in the admin list of snippets.
WP Simple Pay: Create WordPress User After Payment (Lite)
Creates a new WordPress user when one-time payment is made with WP Simple Pay Lite.
WP Simple Pay: Hide reCAPTCHA Badge
Hide the reCAPTCHA badge and add links to the privacy policy and terms of service. Adds…
Hide Admins from being tracked
Adds a function that will allow you to properly add all your tracking scripts and stop…
WP Simple Pay: {subtotal} Smart Tag
Adds a {subtotal} Smart Tag.