Disable Automatic Updates
Use this snippet to completely disable automatic updates on your website.
Defining SendLayer Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
om-nextjs14-layout.tsx
import '@/app/ui/global.css'; import {RouteChangeListener} from '@/app/route-change-listener.tsx'; export default function RootLayout({ children, }: { children: React.ReactNode; })…
om-startClose.js
// Close the OptinMonster campaign om{{id}}.startClose();
slide-bottom-left.css
html div#om-{{id}} { right: auto !important; margin-left: 20px !important; }
CONNECT TO API GATEWAY
This code is to connect to an API, this is a test
Allow SVG Files Upload
Add support for SVG files to be uploaded in WordPress media.
Consultants
It'll create profiles based on the API data using Pods.
WPcode
WPcode
Woo SITE WIDE - Restaurant Hours + backend
Restaurant Hours, Shop Control & Checkout Disable (Enhanced with Vacations, Custom Notices, Dynamic Data, Close Button,…
Untitled Snippet
@ini_set( 'upload_max_size' , '120M' ); @ini_set( 'post_max_size', '120M'); @ini_set( 'max_execution_time', '300' );
om.Main.parseCampaigns
document.addEventListener('om.Main.parseCampaigns', function(event) { // This event is passed the xhr object console.log(event.detail.xhr); } );
om.Campaign.startShow
document.addEventListener('om.Campaign.startShow', function(event) { console.log(event.detail.Campaign); } );
om.Campaign.afterClose
document.addEventListener('om.Campaign.afterClose', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );