Applying Custom Map Styles to the Map Field

This code snippet will use your custom map style in WPForms Map field.

<10

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.

<10

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.

<10

Add Donor Comments To Donor Wall

This will display a donor comment with a donor's donation information on the donor wall in…

class DeleteUploadedFiles {}

The deleteuploadedfiles Class is designed to delete uploaded files subsequent to email notifications. This functionality is…

<10

Modify the LLMS Description for a Specific Post

This snippet modifies the description shown in llms.txt for a specific post.

<10

RT7 Official - Maintenance Mode

RT7 Official Maintenance Mode

<10

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…

1 22 23 24 25 26 126