Find What and Where are Each Function in a WordPress Hook (What File & Line)

Ok, This might be the most useful function I’ve ever used for debugging WordPress. This will help out tremendously when you have some ghost tags that you don’t know where it comes from. The idea here is to go through each function in a hook, and find out where that function is. That way, you… Continue reading Find What and Where are Each Function in a WordPress Hook (What File & Line)