Skip to content

Instantly share code, notes, and snippets.

View lomars's full-sized avatar
🏠
Working from home

LoicTheAztec lomars

🏠
Working from home
View GitHub Profile
@QWp6t
QWp6t / wc-checkout-fields-optgroup.php
Created June 30, 2016 00:51
Add optgroup support to WooCommerce select form fields
<?php
/**
* Plugin Name: Add optgroup support to WooCommerce select form fields
* Description: Converts <code>Group: Option</code> syntax in WooCommerce select form fields into <code>&lt;optgroup...&gt;&lt;option...&gt;</code>
* Author: QWp6t
* Author URI: https://qwp6t.me/
*/
/** NOTE: This shit was quickly hacked together. Worked for me. YMMV. */