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

Modify the LLMS Description for a Specific Post

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

<10

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

Disable AIOSEO AI Components - Everything (Block + All Extensions)

This snippet will completely disable the block, // shortcut, AI Content tab card, inserter button, and…

<10

Remove Customer Role From Excluded Roles

This filter can be used to remove the customer role from the excluded roles

<10

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.

Customize Action Scheduler Retention Period

This snippet allows you to change the default 30-day storage for the Action Scheduler retention period.

1 23 24 25 26 27 129