Remove Decimals

Removes decimal places from all prices

Remove Last Name at Checkout

Removes the Last Name field from the checkout page. Note: This worked with checkout shortcode only

Hide payment icons for trials

Hides the payment icons on checkout when the item in the card is a free trial

Add Custom Taxonomy to Woocommerce Single Product Page

add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…

Add CSS classes to apply for vendor label

/** * Add CSS class to apply for vendor label in a registration * * @param…

Custom Social Share Email Body

Can be used to modify the default email body (content) when a user clicks the social…

Change Add Product button URL

Change Add Product button URL

Filter Slider Speed | Display Eventbrite Events

The following filter changes slider speed from default 10 seconds ( 10000 milliseconds ). (Note this…

Ultra Shop button

A button to link our shop to the Ultraceuticals Shop

Defining Amazon SES Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

Adding Text/Currency To Progress Bar On Campaign Pages

This only applies to campaigns created with the visual builder introduced in v1.8.0.

David Bisset PRO
<10

om-reactv4.js

// Using React Router V4 import React from "react"; import { withRouter } from "react-router"; class…

1 82 83 84 85