Does Benecaster have hooks and filters?
Yes, throughout. Hooks and filters are a standard WordPress feature, and Benecaster was built to make robust use of them for maximum customization. Action hooks fire with every significant event so you can run your own code at any point in the plugin’s lifecycle. Filters wrap every significant output so you can alter it before it reaches the page or the feed. Data going into the RSS feed is filterable at the field level.
Premium hooks only register when a valid license is active. Free hooks are always available. Developers can extend and customize freely without modifying core.
Full documentation for all available hooks and filters is in the developer documentation.