I am working on a new plugin which uses this call. Based on experience with another plugin's return values from hooks, I am thinking that the only return values from this function should be either null or true. There is one case where false is returned which conflicts with the plugin I am working on which was set to return true in similar cases.
I can change mine but I am just verifying what is supposed to be correct.
I can change mine but I am just verifying what is supposed to be correct.