Skip to content

Instantly share code, notes, and snippets.

View JAW-Dev's full-sized avatar

Jason Witt JAW-Dev

View GitHub Profile
@JAW-Dev
JAW-Dev / local-error-handler.php
Created June 24, 2020 23:28 — forked from bradyvercher/local-error-handler.php
Suppress errors generated by specified WordPress plugins to make developing with debug mode on less painful.
<?php
/**
* Suppress errors generated by specified WordPress plugins.
*
* Include in the auto_prepend_file php.ini directive to ignore globally.
*
* @see http://plugins.trac.wordpress.org/browser/ostrichcize/tags/0.1/ostrichcize.php#L146
*
* @param string $errno The error number.
* @param string $errstr The error message.
@JAW-Dev
JAW-Dev / docker-help.md
Created August 6, 2019 11:22 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info