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…

<10

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…

LMS Extra Link in Dashboard Left Menu

add an extra Link in Dashboard Left Menu

Buy with Prime

add_action( ‘woocommerce_after_add_to_cart_form’, ‘QL_add_text_under_add_to_cart’ ); function QL_add_text_under_add_to_cart () { global $product; ?>

Change "Email" On Donation Form

This will change wording on the donation form for the "Email" field, although this snippet can…

MemberPress: Update MemberPress Account Course Tab Link With A Custom URL

This code snippet customizes the default URL of the Courses tab link in the navigation menu…

MemberPress: Disable MemberPress Protection Based on Custom Post Type And Tag

This code snippet disables content protection for specific post types that are also tagged with a…

Webchat

Vikram Jethwani
<10
1 139 140 141 142 143 227