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…
Guard Pay Diagnostic Tool
/** * ============================================================ * GUARDEDPAY PRO — Phase 1 Diagnostic (TEMPORARY) * ============================================================ * * PURPOSE:…
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…
Whitelist Callback Functions for use in Theme Elements
Various elements in the Total theme allow you to select a callback function for the output…
Remove title on all pages for Hello Theme
By default Hello theme displays page title at the top of every page. While you can…
remove auto linkig
remove_filter( 'comment_text', 'make_clickable', 9 );