This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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) { |
NewerOlder