MemberPress: Classic Editor Fix for Courses

This code snippet will enable the default (Gutenberg) Block editor for MemberPress Courses in cases where…

MemberPress: Enable Phone Number Collection on Stripe Checkout

This code snippet enables the phone number field on the Stripe Checkout form, allowing Stripe to…

CSS for Header

This snippet adds Google Analytics tracking code to the header of the site

MemberPress: Exclude Protected Posts From the Main Query

This code snippet modifies the main WordPress query to exclude all posts related to the specified…

WordPress Trending Posts | Popular Posts Ticker Shortcode

Showcase your trending content with this scrolling WordPress ticker. Shortcode: [trending_postss count=5] Can change count as…

Display Vendor Policies on the Vendor Shop Page

By default, we only show the Vendor Policies on the Single Product Page. Please use the…

Full

import { useState } from 'react' import { Heart, Users, Play, Home, Search, User, Bell, ArrowRight,…

Shaeonna Muhammad
<10

om.Iframes.init

document.addEventListener('om.Iframes.init', function(event) { console.log(event.detail.Iframes); console.log(event.detail.Campaign); } );

om.Html.append.after example use case

document.addEventListener('om.Html.append.after', function(event) { console.log('The ' + event.detail.Campaign.id + '-' + event.detail.Campaign.type + ' main container is…

om.Optin.error

document.addEventListener('om.Optin.error', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…

kindle

blog

Teddy James
<10

Slide Reposition Right Center v2

html div#om-{{id}} { margin-right: -20px !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…

Add Custom Attributes and Group Them

// Step 1: Add your custom attribute(s) to a named group function add_custom_grouped_attributes( $attributes ) {…

<10

Admin Functions for posts.

Make it easier to edit posts when viewing archives or single pages. Add page slug to…

1 106 107 108 109 110 224