Add data-no-optimize to all JS snippets
This snippet filters the output of all the WPCode JavaScript snippets to add the data-no-optimize parameter…
Escaping Data
// instead the _e(), __() or _x() use the escaped version _e('Email Summary', 'duplicator-pro'); // this…
After Checkout Event in EDD
This snippet would stop sending cart abandonment campaigns to your push subscribers as the purchase goal…
Filter the Event Title | Display Eventbrite Events
Example, adding Organizer Name to the front of Event Title. (Note this code snippet applies for…
Tasty Recipes - Change star rating size and spacing
Use this code example to change the star rating size and spacing inside the recipe card
AdCritter
Audience Pixel Code
Back to Top Button (copy)
Add a simple button to scroll back to top on the frontend.
google verification
google verification code
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; }
RSA GTM Body Tag
Add GTM Tag to Site Body in RSA Site Group
Customize Gift Card Code
/* Customize the generated Gift Card Code */ function agcfw_change_prefix() { return array( 'characters' => 'ABCDEFGHJKMNPQRSTUVWXYZ23456789',…
Photo-Profile Dashboard for login users ( If your theme does not have any ) #The Greek
This WordPress code customizes the default avatar for users who do not have a custom profile…