The componentz theme offers filter hooks to allow plugins or child themes to modify various types of internal data at runtime. A plugin or child theme can modify data by binding a callback to a filter hook. When the filter is later applied, each bound callback is run in order of priority, and given the opportunity to modify a value by returning a new value.