om-available.js
document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); } );
CONNECT TO API GATEWAY
This code is to connect to an API, this is a test
Untitled Snippet
// Define the API URL const apiUrl = 'https://api.example.com/data'; // Make a GET request fetch(apiUrl) .then(response…
Booking Plugin with ChatGPT
Create WordPress plugin with chatgpt free [Step-by-Step Tutorial] https://maxkinon.com/create-wordpress-plugin-with-chatgpt-free-step-by-step-tutorial/
Change the FILEMANAGERURL
Change the FILEMANAGERURL in Modern Pos
Modern Pos Ajax Issues
define('SUBDIRECTORY', 'modernpos');
The draft of receipt
from reportlab.lib.pagesizes import A4 from datetime import datetime from reportlab.platypus import Table, TableStyle, Paragraph, SimpleDocTemplate, Image,…
Customize Gift Card Code
/* Customize the generated Gift Card Code */ function agcfw_change_prefix() { return array( 'characters' => 'ABCDEFGHJKMNPQRSTUVWXYZ23456789',…
MemberPress: Change Non-Recurring Renewal Price
This code snippet allows modification of a one-time membership’s price for renewals. The code should be…
MemberPress: Turn Off Auto-Rebill for Offline Gateway
Some integrations - like Mail Chimp - require auto-rebill to be stopped before they do their…
MemberPress: Whitelist Domains
This code snippet works when content is protected by MemberPress Rules. By default, logged-out visitors, and…
Integración de eventos del datalayer en Clarity
Enviar de manera automatica todos los eventos del datalayer a Microsoft Clarity
NSB News and Events Aggregator
// Include Simple HTML DOM parsing library if needed (you can also manually include it if…
NSB News and Events Aggregator
// Include Simple HTML DOM parsing library if needed (you can also manually include it if…
Add post meta if content has WP Tasty
This snippet will check if your migrated content has WP Tasty in it and if it…