Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save graphicdesignbyemily/f96cf75e508044542495116bfb4ead03 to your computer and use it in GitHub Desktop.
Save graphicdesignbyemily/f96cf75e508044542495116bfb4ead03 to your computer and use it in GitHub Desktop.
<?php
if ( is_woocommerce() ) {
echo '<a href="/bag"><div id="cart-total-icon-mobile" class="icon-shop"></div></a>';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment