How to remove action hook done in a plugin from functions.php in my theme?
One problem with the way WordPress handles hooks is that to remove a specific hook with an OOP callback, you must have access to the exact same instance of the class as when the callback was added. This is generally easy enough to handle in your own plugins/themes. However, it makes it nearly impossible to … Read more