Force Minimum Password Length at Checkout
Force a minimum password length when a customer creates an account at checkout
AffiliateWP Network Stats Shortcode
Adds an [affwp_network_stats] shortcode with type and status attributes to display individual network metrics for JetEngine…
Reverse variable pricing
Great for when you've added variable prices lowest to highest but want to show highest to…
WWPP - Restrict add-to-cart on specific products to a specific wholesale role only
How to use and configure this snippet: 1. Set your exact Role Key: In the snippet,…
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…
Prevent Publishing Posts with Broken Internal Links
Checks all internal links within post content before publishing. If a linked page or post returns…
dd the "MSRP" or "MAP" label to the regular price for wholesale customers
/* WWPP - Add the "MSRP" or "MAP" label to the regular price for wholesale customers…
auto sort all media grids
add_filter('vc_media_grid_build_query', 'auto_sort_all_vc_media_grids', 999, 2); function auto_sort_all_vc_media_grids_v2($query_args, $grid_data) { // Работи само за Images режим с include…
Add CSS classes to apply for vendor label
/** * Add CSS class to apply for vendor label in a registration * * @param…
Customize Login Area
Replace standard Wordpress logo and URL at the login. Requires site logo image path link to…
home slider html
if (is_front_page()) : ?>
https://library.wpcode.com/editor
Q0QYPE3FANNDFWNJM
Add data-no-optimize to all JS snippets
This snippet filters the output of all the WPCode JavaScript snippets to add the data-no-optimize parameter…