Product Video Cover Plugin Code
Código para criar a função de videos como capa de produto
Auto-link Site Name - Home Page
Pulls company name from Settings > General > Site Title Pulls link title from Settings >…
Meta Pixel - Purchase Event
Meta Pixel - Purchase Event
Untitled Snippet
5CX9RLRZI0VP0MTK0
Pre-approval Emails
Email the admin and customer when a pre-approval payment has been made.
Remove the "Apply to become a vendor" checkbox from the WooCommerce default customer signup form
/** * Remove WC Vendors "Apply to become a vendor" checkbox from the WooCommerce default customer…
TEst Library Marko
test
AffiliateWP - Affiliate Referrals CSV Export
Adds a "Download Referrals CSV" button to the Affiliate Area referrals tab. When WooCommerce is active,…
Allow SVG/JPEG/WEBP/ICO/AVIF Files Upload
Allows these filetypes to be uploaded to the media library
WWPP - Exclude products from Cart Subtotal Price Discounts if they have an individual price or belong to a specific category
/** * Recalculate the cart subtotal discount to exclude products that: * - belong to a…
Let Customers Select Their User Role From A Custom Field In Wholesale Lead Capture
Create a custom field with the user role selection, make sure that the values match your…
Prevent Publishing Posts with Broken Internal Links
Checks all internal links within post content before publishing. If a linked page or post returns…
Remove Method label
add_filter( 'woocommerce_cart_shipping_method_full_label', 'remove_shipping_method_title', 10, 2 ); function remove_shipping_method_title( $label, $method ){ $new_label = ''; if (…
Recent products table
if ( ! function_exists( 'wcv_remove_recent_product_table_columns' ) ) { /** * Remove columns from Recent Products table…