MemberPress: Kit (formerly ConvertKit) - Remove Kit Inactive Tag for Inactive Subscribers
By default, MemberPress integration with Kit will add the “inactive” tag when a user becomes inactive…
DJ ANIMATIONS MUSICALES
Animation musicales des soirées privées et publiques
Vacatures CPT - zonder taxonomies
Maakt een Vacatures custom post type
Admin Menu Editor plugin - Open Custom URL in New Tab
This code Snippet was initially created to be used with the Admin Menu Editor plugin (https://wordpress.org/plugins/admin-menu-editor/),…
EXOP Consulting 2025
Campañas
om.Campaign.afterShow
document.addEventListener('om.Campaign.afterShow', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );
om.Analytics.conversion
document.addEventListener('om.Analytics.conversion', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
Allow SVG Files Upload
Add support for SVG files to be uploaded in WordPress media.
Google Ads
Google AdSense Short code insert
Hide all admin notices and notifications
The code below can hide all notices, error notices, warnings, update notices, etc, from the WP…
Remove Specific Campaign From a Specific URL-v1
document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.href == 'https://example.com/specific-page') { // replace with your specific URL var optinCampaign =…
Fix Divi Post Content Width
Paste this directly into the post content module of the theme builder template.