Understanding FiltersΒΆ

Hooks and filters are the two ways to modify and extend Omeka’s capabilities. Filters are a way for data in Omeka to be passed among different plugins that want to add to it or modify it in some way before final processing by Omeka. Typical examples include adding navigation links and changing default behaviors.

Project Versions

Previous topic

Understanding Hooks

Next topic

Understanding Omeka_Plugin_AbstractPlugin

This Page