Allow only specific days of the month in all WPForms date pickers
If you only want users to select certain days of the month in the Date Picker,…
Add Custom Text Before Purchase Button
Add custom text just before the "Purchase" button at checkout
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…
Prevent AIOSEO from changing the category to the primary one
This snippet will prevent AIOSEO from changing the category to the primary one.
Add Donor Comments To Donor Wall
This will display a donor comment with a donor's donation information on the donor wall in…
Remove "mail.readwrite" Scope for the Outlook Mailer
This snippet removes the `mail.readwrite` scope from the WP Mail SMTP plugin Outlook provider.
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
Fix the InvalidInternetMessageHeader Error in Outlook
This snippet will modify specific headers in your emails, which can help resolve this ‘InvalidInternetMessageHeader’ error…
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.