Variable Pricing Dropdown

Convert variable prices from radio buttons to a dropdown

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…

Continue Shopping Button

/** * Add Continue Shopping Button on Cart Page * Add to theme functions.php file or…

Carla Mawyin
<10

Disable All Admin Notices individually

function disable_all_admin_notices() { remove_all_actions('admin_notices'); } add_action('admin_init', 'disable_all_admin_notices');

WP Simple Pay: Custom Button Color

Using CSS, change the checkout button color from green to blue when using the Embedded or…

Customize Donation Stats

Customize the stats that are shown in the Donation Stats widget.

Prevent AIOSEO from changing the category to the primary one

This snippet will prevent AIOSEO from changing the category to the primary one.

<10

Remove "mail.readwrite" Scope for the Outlook Mailer

This snippet removes the `mail.readwrite` scope from the WP Mail SMTP plugin Outlook provider.

Modify the LLMS Description for a Specific Post

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

<10

MemberPress: Add Author Custom Bio Shortcode

Add the [mpcs-author-custom-bio slug="mepr_short_bio"] shortcode to a post, page, or course. The shortcode will display the…

Add PDF to purchase receipt

Attaches a PDF to the email customers receive when they purchase

Set Custom Redirection After Registration

Send the user to a custom page after they have registered.

File Size Display

After the download content, shows a list of the download files and their sizes

1 35 36 37 38 39 233