Skip to content

Instantly share code, notes, and snippets.

View NefariousCreations's full-sized avatar

Corey Crowden NefariousCreations

View GitHub Profile
<?php
/**
* Class: Sample_Block_Parser
*
* @package Sample
* @subpackage sample-project
* @since 1.0.0
*/
add_filter(
<?php
/*
Plugin Name: Enable/Disable plugins when doing local dev
Plugin URL: https://gist.github.com/pbiron/52bb63042cf220256ece89bc07fb57b0
Description: If the WP_LOCAL_DEV constant is true, enables/disables plugins that you specify
Version: 0.1
License: GPL version 2 or any later version
Author: Paul V. Biron/Sparrow Hawk Computing
Author URI: https://sparrowhawkcomputing.com
*/