Skip to content

Instantly share code, notes, and snippets.

@JRMorris77
JRMorris77 / wpmudev-debug-tools.php
Last active January 3, 2018 06:44 — forked from wpmudev-sls/wpmudev-debug-tools.php
[WordPress - General] Show additional server information. Useful for debugging website.
<?php
/*
Plugin Name: WPMU DEV Tools
Plugin URI: https://premium.wpmudev.org/
Version: 0.5.2
Description: Shows diagnostic information about the current server environment as well as tests cURL connectivity to <a href="https://premium.wpmudev.org" target="_blank">premium.wpmudev.org</a> and displays the debug.log. <br /><strong>Notice</strong>: This plugin utilizes <a href="http://php.net/manual/en/function.shell-exec.php" target="_blank">shell_exec()</a>. This must be enabled in PHP for full functionality.
Author: WPMU DEV
Author URI: https://premium.wpmudev.org/
License: GPLv2 or later
*/
@JRMorris77
JRMorris77 / 0_reuse_code.js
Created December 12, 2016 08:50
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console