File Size Display
After the download content, shows a list of the download files and their sizes
WP Simple Pay: Custom Webhook Handling Example
An example of handling the `coupon.updated` webhook event. For a full list of available events see:…
Google Tag Manager
Google Tag Manager is a tag management system created by Google to manage JavaScript and HTML…
Add PDF to purchase receipt
Attaches a PDF to the email customers receive when they purchase
Disable the delivery of SEO Email Reports
This snippet can be used to disable the delivery of SEO Email Reports.
Modify the LLMS Description for a Specific Post
This snippet modifies the description shown in llms.txt for a specific post.
Disable Wordpress image compression
// Disable image compression add_filter( 'jpeg_quality', 'smashing_jpeg_quality' ); function smashing_jpeg_quality() { return 100; } // Disable…
WP Simple Pay: Custom Button Color
Using CSS, change the checkout button color from green to blue when using the Embedded or…
Verify Email Domain
During the banned email checks, see if the domain being checked has DNS configured, if not…
WP Simple Pay: {subtotal} Smart Tag
Adds a {subtotal} Smart Tag.
Move WPCode Status Column
This snippet makes the status column the 2nd column in the admin list of snippets.
Show local fonts in block editor
Display custom fonts in the backend editor
WP Simple Pay: Hide reCAPTCHA Badge
Hide the reCAPTCHA badge and add links to the privacy policy and terms of service. Adds…
Export Categories and Tags
Export Categories and Tags
Use Single Tenant With the Outlook Mailer
This snippet will set the Outlook API authorization and access token URLs to use your unique…