Skip to content

Instantly share code, notes, and snippets.

@mchrislay
mchrislay / select-text-woo-checkoutt.php
Created January 24, 2013 02:05
Add Select Radio Buttons + Text Field option to WooCommerce Checkout Page
<?php
/**
* Outputs a rasio button form field
*/
function woocommerce_form_field_radio( $key, $args, $value = '' ) {
global $woocommerce;
$defaults = array(
'type' => 'radio',
'label' => '',