PHP Code:
/**
* Exclude these states
*/
add_filter( 'woocommerce_states', 'custom_woocommerce_states' );
function custom_woocommerce_states( $states ) {
unset($states['US']['AK']);
return $states;
}
/**
* Exclude these states
*/
add_filter( 'woocommerce_states', 'custom_woocommerce_states' );
function custom_woocommerce_states( $states ) {
unset($states['US']['AK']);
return $states;
}
https://youtu.be/P8CiqfniF34 Example One GSAP Code – Use this to make the entire site into dark mode automatically Example two GSAP code –
https://youtu.be/uKc16JCByic GSAP CODE