MemberPress: Remove the “Pause” Link for Subscriptions on the Account Page

The code will hide the Pause link for user subscriptions on the User account page (Account…

Untitled Snippet

Antoanela Smeu
<10

SEP color

add_action('admin_head', 'sep_color'); function sep_color() { echo ''; }

Additional Option Description — Stream

Stream — We will provide a personal stream on YouTube or Twitch, where you can see…

Iuliia Dzhygalova PRO
<10

MemberPress: Expire Subscription Immediately After Subscription Is Canceled

By default, canceling subscriptions prevents future charges, but it does not end existing subscriptions, which allow…

om-custom-smart-tag-all-query-args.js

const queryString = window.location.search; // capture all query args document.addEventListener('om.Dtr.init', function(event) { // use this event…

vohungy.com.vn

Võ Hưng Ý
<10

Set Default Highlight Colour

/** * NOTE: This snippet will not work in versions of Charitable prior to 1.2. *…

Remove Stats Summary Block

Remove the campaign summary block (funds raised, number of donors, etc).

change media owner

Allows the admin to assign any media library file from one user to another

<10

Allow SVG Files Upload (copy)

Add support for SVG files to be uploaded in WordPress media.

Allow Subscriptions Product on BOGO and Add Product Search Field

add_filter( 'acfw_product_search_allowed_types' , 'acfw_search_add_support_for_subscription_products' ); function acfw_search_add_support_for_subscription_products( $product_types ) { $product_types[] = 'subscription'; $product_types[] = 'variable-subscription';…

1 84 85 86 87 88 113