Skip to content

Instantly share code, notes, and snippets.

@douglsmith
douglsmith / keybase.md
Created December 13, 2016 15:31
Proving my identity

Keybase proof

I hereby claim:

  • I am douglsmith on github.
  • I am douglsmith (https://keybase.io/douglsmith) on keybase.
  • I have a public key ASAb3HPnQJ1qg014rqQpJK84adDPGEc_TqfRL3shnUHTgAo

To claim this, I am signing this object:

@douglsmith
douglsmith / woocommerce-free-items-checkout.php
Created July 10, 2014 22:09
WooCommerce Free Virtual Items Checkout
<?php
/**
* Plugin Name: WooCommerce Free Virtual Items Checkout
* Description: Hides most of the checkout fields for orders with only free virtual items. Vistors are more likely to download a free item if an address and phone is not required.
* Version: 1.0
* Author: Doug Smith
* Author URI: http://smithsrus.com/
*/
defined('WPINC') or die; // Exit if accessed directly