Skip to content

Instantly share code, notes, and snippets.

@thenbrent
Created April 14, 2014 17:30
Show Gist options
  • Save thenbrent/10667770 to your computer and use it in GitHub Desktop.
Save thenbrent/10667770 to your computer and use it in GitHub Desktop.
Code to switch WooCommerce Subscriptions to Debug Mode on a site. Insert between PHP tags (`<?php ?>`)
if ( ! defined( 'WCS_DEBUG' ) ) {
define( 'WCS_DEBUG', true );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment