Skip to content

Instantly share code, notes, and snippets.

View deivamagalhaes's full-sized avatar

Deiva Magalhaes deivamagalhaes

View GitHub Profile
@deivamagalhaes
deivamagalhaes / functions.php
Last active March 13, 2020 21:19 — forked from jdeeburke/functions.php
Jilt support for WooCommerce Phone Orders
<?php
// Add the following snippet to your theme's functions.php file, or use a plugin like Code Snippets.
add_action( 'init', function() {
// Only make changes as long as Jilt for WooCommerce is installed and connected to Jilt
if ( function_exists( 'wc_jilt' ) && wc_jilt()->get_integration()->is_jilt_connected() ) {
// Disable Storefront JS for Phone Order carts