Skip to content

Instantly share code, notes, and snippets.

View jonbish's full-sized avatar

Jon Bishop jonbish

View GitHub Profile
@jonbish
jonbish / gist-sidebar-widget
Created May 24, 2012 03:48 — forked from norcross/gist-sidebar-widget
Public Gist Sidebar Widget
<?php
/*
Plugin Name: GitHub Gists Sidebar Widget
Plugin URI: http://andrewnorcross.com/plugins
Description: A sidebar widget to display your public gists from GitHub.
Version: 1.0
Author: norcross
Author URI: http://andrewnorcross.com
*/
/* Copyright 2012 Andrew Norcross
@jonbish
jonbish / Filter Inspector
Created May 15, 2012 15:22
Find All Functions Hooking Into A Filter/Action in WordPress
<?php
/*
Plugin Name: Find Functions Hooking Into Filters/Actions
Description: Find All Functions Hooking Into A Filter/Action in WordPress
Author: Jon Bishop
Author URI: http://www.jonbishop.com/
Version: 1.0
*/
function amp_find_filters($filter_name) {