MemberPress: Require Specific Coupon to Register

The code will make a specific coupon mandatory for purchasing a specific membership. More than one…

WWPP - Hide Tax label on Cart/Checkout for wholesale customers

add_filter( 'woocommerce_countries_tax_or_vat', function( $label ) { if ( ! ( is_cart() || is_checkout() ) ) {…

Product Expiry For Woo

Supports the Expiry for Woocommerce plugin - WC Vendor

City A/C Repair

Templates for backlinks of ac repair templates

Ariana Villatoro PRO
<10

TplMng

// This code is part of the template, $tplData['hasShellZip'] is provided through TplMng $hasShellZip = $tplData['hasShellZip'];…

exclude meta key from duplicating products

exclude meta key from duplicating products

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

<10

AdCritter

Audience Pixel Code

Amanda Sox
<10

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();

1 136 137 138 139 140 224