ModalCSS

Used to display popup modal in GenerateBlocks

Paystack Split Payments Integration with WC Vendors — Saving the Vendor Sub-Account Code

update_user_meta( $user->ID, '_paystack_sub_account_code', 'ACCT_xxxxxxxxxxxxx' );

Perfume

Add this Google verification to my website here is the link https://fragrance-renaissance-lab.lovable.app/

Hide Campaign Meta (Author, Date, Comments)

Automatically hides theme-generated meta information from campaign pages (only for Charitable Pro 1.8.13).

HubSpot Tracking Code

HubSpot Tracking Code

Meredith Bleak PRO
<10

Only count last file

This plugin makes it so that All Access only increments the download counter if the customer…

WWPP - Add custom text to the Completed Order email for non-wholesale customers only

If you want to place content elsewhere in the email, swap the hook: woocommerce_email_before_order_table: Above the…

Untitled Snippet

import { BrowserRouter, Routes, Route, Link } from "react-router-dom"; import "./styles.css"; function Header() { return (…

Custom Restriction: Category-Specific Subtotal

Before saving the snippet, please update the three variables at the top of the function to…

Add an audio field to the sign up form

// Add the audio field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_audio_uploader'); function wcv_audio_uploader( ){ //…

Change the sold by label on the product archive

// Unhook WC Vendors method remove_action( 'woocommerce_after_shop_loop_item', array('WCV_Vendor_Shop', 'template_loop_sold_by'), 9 ); // Define new sold by…

1 106 107 108 109 110 224