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…

Disable All Admin Notices individually

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

Continue Shopping Button

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

Carla Mawyin
<10

RT7 Official - Maintenance Mode

RT7 Official Maintenance Mode

<10

MemberPress: Rearranging Navigation Items On The Account Page

This snippet reorders the Downloads and Subscriptions tabs before Payments tab on the Account page.

Add Offline Instructions Field

Add a new field to your donation-related emails which shows the offline payment instructions for offline…

Add Country

Add Kosovo to the list of countries in Charitable.

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

Remove "mail.readwrite" Scope for the Outlook Mailer

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

Customize Donation Stats

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

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…

Modify the LLMS Description for a Specific Post

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

<10
1 35 36 37 38 39 233