LMS Extra Link in Dashboard Left Menu

add an extra Link in Dashboard Left Menu

Untitled Snippet

Content-Type HTTP response header, element within the first 1024 bytes of your HTML document.

Remove "No Reviews" label if there are not reviews in Tasty Recipes

Remove "No Reviews" label if there are not reviews in Tasty Recipes

<10

Woo Products Limit For Admin

Prevent Admin from Adding More Than 10 Products

Change Cancel Page URL For Paypal

This should redirect a donor to a custom URL after a donor clicks 'cancel' on Paypal's…

Webchat

Vikram Jethwani
<10

Retrieve Card Details from Stripe Checkout One-Time Payments

This snippet ensures that the last four digits and card brand are available in payment confirmations…

MemebrPress: Send Membership-Specific Welcome Email Only When Transaction Is Completed

The code snippet will allow the membership-specific welcome email to be triggered only following the successful…

om.Campaign.init

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

om.Countdown.init

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

om.Analytics.track example 1

document.addEventListener('om.Analytics.track', function(event) { if ( 'conversion' === event.detail.Analytics.type ) { console.log(event.detail.Campaign.id + '-' + event.detail.Campaign.type +…

1 105 106 107 108 109 228