ADD CODE
google20ec315e3dcb494d.html
MemberPress: Bulk Delete All Expired Subscriptions
Running this code snippet will delete all expired and canceled subscriptions in bulk each time the…
MemberPress: Create a Fallback Downgrade When a Transaction Fails
By default, the transaction has to expire, be canceled, or be refunded to create the fallback…
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…