Skip to content

Instantly share code, notes, and snippets.

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

Brandon Kramer brandonkramer

🏠
Working from home
View GitHub Profile
@brandonkramer
brandonkramer / woo-product-attributes-bulk-modifier.php
Created March 2, 2020 14:30 — forked from birgire/woo-product-attributes-bulk-modifier.php
WordPress: Woocommerce Product Attributes - Bulk Modifier ( from custom to taxonomy attributes)
<?php
/**
* Plugin Name: Product Attributes - Bulk Modifier
* Description: Bulk update 'custom product attributes' to 'taxonomy product attributes'. Supports the GET variables, like: wpq_mode=run&wpq_from=colour&wpq_to=pa_colour&wpq_ppp=10&wpq_offset=0&wpq_post_type=product&wpq_post_status=any. WARNING: Backup DB first!!!
* Plugin Author: birgire
* Plugin URI: https://gist.github.com/birgire/0ed300ae4436fcaf508c
* Version: 0.0.2
*/
/**