Skip to content

Instantly share code, notes, and snippets.

View kennydude's full-sized avatar

Joe Simpson kennydude

View GitHub Profile
@kennydude
kennydude / wp-cli-wc-import-csv.php
Last active December 16, 2025 09:57 — forked from mralaminahamed/wp-cli-wc-import-csv.php
Add a WP CLI Command for importing woocommerce products from csv
<?php
/**
* Plugin Name: WP CLI Command (import of CSV)
* Description: Add a WP CLI Command which allows import of CSV files from the command line.
* Version: 1.0
* Author: WP Squad
* Author URI: https://thewpsquad.com
*/