Better to fire specific hooks or generic hooks with parameters?
Method 1 is much more robust and extendable, in my opinion. Method 1: To add or remove forms, or other functionality, you just add or remove functions. In particular, you can do this from other files, such as separate modules of your plugin or other external plugins. I think this is the main argument in … Read more