Skip to content

Instantly share code, notes, and snippets.

@mustcomunicacion
mustcomunicacion / Contract Killer 3.md
Created March 24, 2016 04:52 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

// Remove WooCommerce Theme Support admin message
add_theme_support( 'woocommerce' );
@mustcomunicacion
mustcomunicacion / gist:ff7aa18726d3bf710e0d757db5a74f31
Created May 13, 2017 08:28 — forked from bradleysa/gist:7d1448253097784daf94
WooCommerce: Add Continue Shopping Button on Cart Page
<?php
/**
* Add Continue Shopping Button on Cart Page
* Add to theme functions.php file or Code Snippets plugin
*/
add_action( 'woocommerce_before_cart_table', 'woo_add_continue_shopping_button_to_cart' );
function woo_add_continue_shopping_button_to_cart() {