Skip to content

Instantly share code, notes, and snippets.

@iqtasos1
iqtasos1 / hide-shipping-if-free-shipping-is-available.php
Created June 1, 2022 12:48 — forked from JeroenSormani/hide-shipping-if-free-shipping-is-available.php
New - Hide paid shipping rates when free is available. DOES show Local Pickup. Considered ANY shipping rate that is $0 as free (so the 'Free shipping' shipping method is not a requirement)
<?php
/**
* Copy from here to your (child) themes functions.php
* Recommended to do so via FTP.
*/
/**
* Hide all but the free shipping options when free is available.
*