Skip to content

Instantly share code, notes, and snippets.

@robneu
Last active December 7, 2015 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robneu/398033aa2bf03b1122cb to your computer and use it in GitHub Desktop.
Save robneu/398033aa2bf03b1122cb to your computer and use it in GitHub Desktop.
<?php
if ( ! function_exists( 'shitty_pluggable_function' ) ) {
function shitty_pluggable_function() {
echo 'I am a piece of shit and I wish I was never created';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment