Security Icons for Cart Page
/** * ============================================================ * Cart Page — Security Trust Badge Bar * ============================================================ * * PURPOSE:…
AR iFrame Snippet 2.0
Used for IMP Augmented Reality viewer for Jacuzzi models from Brand 3D
Paramount Site
paramount-wpcode-full-shortcode.php
Test
echo "test";
Add Tax ID to Shipping Label
/** * Add the Tax ID Field to the settings page * * In this example…
Including product tax to commission calculation
add_filter( 'wcvendors_commission_rate', 'wcv_calculate_commission_include_product_tax', 10, 5 ); function wcv_calculate_commission_include_product_tax( $commission, $product_id, $product_price, $order, $qty ) { $product…
test
echo 'test';
Advanced Spam Filters for Elementor Forms
Filter spam emails by either email provider @gamil.com, @hotmail.com, or whatever you want. You can also…
Tasty Pins - Remove the Pin button for an image by URL
Easily exclude images from having this pin it button using the image url by javascript snippet:
Allow Eventbrite Styles in Long Description | Display Eventbrite Events
Since version 5.3.4 the Display Eventbrite Plugin has been removing the inline styles Eventbrite add to…
Add duplicate link to admin bar menu
Extend the WPCode duplicate snippet (https://library.wpcode.com/snippet/7oqnzxow/) with an admin bar menu item. The duplicate snippet needs…