Site Wide Header
add_filter('get_custom_logo', function($html) { // Only touch the header logo return preg_replace( '/]+)>/', '', // set to…
ACF_KEYSMST_MSTCASECPT – TAB – ADMINISTRATIVE (v3.0 Modular)
/** * ============================================ * MST CASE - TAB: ADMINISTRATIVE (v3.0 Modular) * ============================================ * * Purpose:…
RS Ads-01
RS中文版
GravityWiz_DateMergeTags - Gravity Wiz // Gravity Forms // Format Date Merge Tags
* Adds merge tag modifiers for formatting date merge tags using PHP Date Formats. * *…
Amit choudhary blogs
Blogger
ACF option field shortcode
function acf_option_field_shortcode( $atts ) { // Definimos los atributos por defecto (solo necesitamos 'field') $atts =…
Roles.php
Create and Assign Customer Roles
Force account creation by cart total
Force account creation at checkout if the cart total is a certain amount and the quantity…
TICKET NUMBER
/** * Increment total entry number on each submission * * @link https://wpforms.com/developers/how-to-increment-a-count-on-each-form-submission */ function wpf_dev_update_total_field(…
Prevent Discounts on Upgrades
Does not allow a discount code to be applied when an license upgrade is present in…
Use Full Store Address in Ships From
By default the Ships From metadata displayed under the add to cart button only shows the…
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…