Product Video Cover Plugin Code

Código para criar a função de videos como capa de produto

<10

Auto-link Site Name - Home Page

Pulls company name from Settings > General > Site Title Pulls link title from Settings >…

<10

Untitled Snippet

5CX9RLRZI0VP0MTK0

Mehran Meyari
<10

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…

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

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…

1 122 123 124 125 126 225