Untitled Snippet
Last updated date
Allow Other WordPress Roles to Manage Email Logs
This snippet will allow you to manage the capabilities of roles allowed to manage the site's…
Hide All Admin Notices in Sidebar
Hides all admin notices in a collapsible sidebar. AI generated code. Use with caution.
om-nextjs14.js
'use client'; import { usePathname } from 'next/navigation'; import { useEffect, useState } from 'react'; export…
om-change-view.js
// Show the Yes/No view om{{id}}.changeView('yesno'); // Show the Optin view om{{id}}.changeView('optin'); // Show the Success…
And the Javascript to turn your HTML link into a MonsterLink v2
jQuery(document).ready(function($) { $('a[class*="campaign"]').addClass("manual-optin-trigger"); $('a[class*="campaign"]').attr("data-optin-slug", "pm6fnflhiocj7cge"); });
RSA Group GTM Head Tag
Add GTM Tag to Site Header on RSA Site Group
The draft of receipt
from reportlab.lib.pagesizes import A4 from datetime import datetime from reportlab.platypus import Table, TableStyle, Paragraph, SimpleDocTemplate, Image,…
Block Email Domains 'secmail.pro' etc #The Greek
With this code you can block all the bots from login to your website. Notification -->…
MemberPress: Disable the Unauthorized Redirection for Multiple Pages And/or Posts
Adding this code snippet will prevent unauthorized users from being redirected away from specific pages if…