MemberPress: Display Current User’s Memberships Statuses
This code snippet adds the new [mp_membership_status] shortcode. Adding this shortcode anywhere on the website displays…
DJFrancois
HTML
MemberPress: Allow a User Role to Access the Admin Area
By default, only users with the Administrator user role will be allowed to access the MemberPress…
Food quiz
Getting Older Quiz 🧠 Healthy Food Quiz for Older Adults Submit Quiz
Google adsanse
To get your site ready to show ads, copy and paste this code between the tags…
WooCommerce Delivery Address Popup – Sync Address in Header & Checkout
Enhance your WooCommerce store with an Amazon-style "Deliver to" address popup. Allow customers to select or…
What is Available
document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); });
om.Campaign.afterShow
document.addEventListener('om.Campaign.afterShow', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );
om.Analytics.conversion
document.addEventListener('om.Analytics.conversion', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
Allow SVG Files Upload
Add support for SVG files to be uploaded in WordPress media.
Google Ads
Google AdSense Short code insert
Hide all admin notices and notifications
The code below can hide all notices, error notices, warnings, update notices, etc, from the WP…