Closed christianwach closed 5 years ago
Thanks!
Do you think testing for a Wordpress specific class name or define would be better than checking for function add_action()
?
Feeling like it would be less likely to get a false positive that way if other code used that somewhat generic name. Not super likely, otherwise looks good.
Here's my WordPress code for you to review. Work done some time ago, but it still worked for me when I last used it.