Security Icons for Cart Page
/** * ============================================================ * Cart Page — Security Trust Badge Bar * ============================================================ * * PURPOSE:…
Only count last file
This plugin makes it so that All Access only increments the download counter if the customer…
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 an audio field to the sign up form
// Add the audio field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_audio_uploader'); function wcv_audio_uploader( ){ //…
Change the sold by label on the product archive
// Unhook WC Vendors method remove_action( 'woocommerce_after_shop_loop_item', array('WCV_Vendor_Shop', 'template_loop_sold_by'), 9 ); // Define new sold by…
Dynamic Current Year
The shortcode prints out dynamic current year wherever used [current_year] in the frontend layout, e.g. 2020…
Use Tag Slugs in the Sugar Calendar Events List Shortcode
The [sugarcalendar_events_list] shortcode only accepts numeric tag IDs, so passing a tag slug returns an unfiltered…
Better Mobile Navigation
Enhance default theme mobile navigation for better user experience.
After Checkout Event in EDD
This snippet would stop sending cart abandonment campaigns to your push subscribers as the purchase goal…