Applying Custom Map Styles to the Map Field
This code snippet will use your custom map style in WPForms Map field.
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.
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…
Force nwwp Colour Scheme
Makes sure all users use this
class DeleteUploadedFiles {}
The deleteuploadedfiles Class is designed to delete uploaded files subsequent to email notifications. This functionality is…
Modify the LLMS Description for a Specific Post
This snippet modifies the description shown in llms.txt for a specific post.
RT7 Official - Maintenance Mode
RT7 Official Maintenance Mode
Prevent Duplicate Cart Items
Prevents the same item from being added to the cart multiple times.
WP Simple Pay: Add Custom Field Data to Customer Metadata
Retrieve the value of a custom field and add it as metadata to the Stripe Customer…
Combine and Minify CSS
Combine and Minify CSS