Hide Campaign Meta (Author, Date, Comments)
Automatically hides theme-generated meta information from campaign pages (only for Charitable Pro 1.8.13).
GaurdedPay Checkout Icon Script
Adds Visa, MC, Padlock
Customize the Completed Order Email Template Subject for Wholesale Customers
More info at: https://woocommerce.com/document/configuring-woocommerce-settings/emails/#custom-email-templates
Untitled Snippet
Lyfetyle — Honor Their Story Forever *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} :root{ --ink:#1c1917; --warm:#f9f6f1; --gold:#b8973a; --gold2:#d4aa4a; --slate:#4a4540; --pale:#e8e2d9; --white:#ffffff; }…
Remove Post Title from Yoast Breadcrumbs
This snippet removes the post title from Yoast SEO breadcrumbs
WWOF - Optimize Wholesale Order Form Bulk Adds by Deferring Cart Recalculation
/** * Suppress WWP's per-item cart recalculation during Wholesale Order Form batch adds. * Defers to…
Claude shop code
Shop All Products Gym wear, rugby designs & Celtic collections Category: All Gym Wear Rugby Designs…
Add a document file upload
// Add the document field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_doc_uploader'); function wcv_doc_uploader( ){ if…
Enable product images in vendor order email notifications
add_filter( 'wcvendors_vendor_order_items_args', 'wcv_enable_product_image_vendor_order_email' ); function wcv_enable_product_image_vendor_order_email( $order_item_args ){ $order_item_args['show_image'] = true; return $order_item_args; }
custom footer chatgpt html
About Us "Ilavanam is a farm in Tiruppur. Ilavanam is trying to lead sustainable living. The…
Remove Google Fonts
add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );