wp-handler
wp-handler copied to clipboard
An object to define handlers for various WordPress action and filter hooks using protected methods.
Results
4
wp-handler issues
Sort by
recently updated
recently updated
newest added
Too many times, I've used `addAction` or `addFilter` for a function that needs two or more arguments passed into its scope and forgotten to tell WordPress about that requirement. So,...