Show Certain Products to Certain Wholesale Customers Only
How to use: 1. Do not tag normal/default products. 2. Tag only “special” products with "wholesale-special".…
Elegant Fade In-Out
Hide all elements until they Visible in the Viewport
Allow SVG Files Upload
/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…
Force "Become a Vendor" to always go to /my-account/become-a-vendor/
/** * Force "Become a Vendor" to always go to * /my-account/become-a-vendor/ * * Applies to…
Modify User Verification URL Expiration
Changes the length of time before user verification email links expire
Payment Calculator
This is a calculator for payments
Paramount Site
paramount-wpcode-full-shortcode.php
MemberPress: Hide Protected Posts on Archive Page
Hides posts that the current user (or guest) does not have access to from archive pages.
Test
echo "test";
Disable Product delete for published products only
/** * This will disable delete only for published products, leaving drafts to be able to…
change the name of the Commission column
if ( ! function_exists( 'wcv_change_commission_table_columns_name' ) ) { /** * Change the name of the commission…
Change the "Commission" header for the Recent Orders table
Change the "Commission" header for the Recent Orders table using the "wcvendors_recent_order_table_columns" filter hook.