Skip to content

Instantly share code, notes, and snippets.

@johnciacia
Created July 16, 2012 03:51
Show Gist options
  • Select an option

  • Save johnciacia/3120377 to your computer and use it in GitHub Desktop.

Select an option

Save johnciacia/3120377 to your computer and use it in GitHub Desktop.
enable/disable debug
alias endbg="sed -i '' \"s/define('WP_DEBUG', false);/define('WP_DEBUG', true);/g\" wp-config.php"
alias disdbg="sed -i '' \"s/define('WP_DEBUG', true);/define('WP_DEBUG', false);/g\" wp-config.php"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment