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…
Combined Date – Time Format (Do something with the Local Start Time) | Display Eventbrite Events
The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…
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…
MemberPress: Disable Unauthorized Redirection on a Specific Page or Post
Adding this code snippet will prevent unauthorized users from being redirected away from the specific page…