Disable the delivery of SEO Email Reports
This snippet can be used to disable the delivery of SEO Email Reports.
Disable Wordpress image compression
// Disable image compression add_filter( 'jpeg_quality', 'smashing_jpeg_quality' ); function smashing_jpeg_quality() { return 100; } // Disable…
Add Custom Text Before Purchase Button
Add custom text just before the "Purchase" button at checkout
WP Simple Pay: Custom Button Color
Using CSS, change the checkout button color from green to blue when using the Embedded or…
WP Simple Pay: {subtotal} Smart Tag
Adds a {subtotal} Smart Tag.
Verify Email Domain
During the banned email checks, see if the domain being checked has DNS configured, if not…
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
Remove Customer Role From Excluded Roles
This filter can be used to remove the customer role from the excluded roles
Hide Admins from being tracked
Adds a function that will allow you to properly add all your tracking scripts and stop…
Custom drag and drop
Allows you to drag and drop to reorder posts in the WP backend.
Continue Shopping Button
Adds a "Continue Shopping" button to the left of the Update/Save Cart buttons on checkout.
Change user role for buyers
This is useful if, for example, you want buyers to be able to access dedicated content…