Skip to content

Instantly share code, notes, and snippets.

View huntercox's full-sized avatar

Hunter Cox huntercox

View GitHub Profile
@huntercox
huntercox / .gitignore
Last active July 26, 2024 07:49
.gitignore Template
# -----------------------------------------------------------------
# .gitignore for WordPress sites
# -----------------------------------------------------------------
# ignore everything in the root except the wp-content directory.
/*
!wp-content/
# ignore everything in the wp-content directory, except:
# mu-plugins, plugins, and themes directories
@huntercox
huntercox / Product_CLI.php
Last active August 13, 2023 13:01
Ndevr WP-CLI Assigment
<?php
/**
* Plugin Name: Custom CLI Commands
* Description: Adds custom WP-CLI commands for your needs.
* Version: 1.0
* Author: Your Name
*/