Filter functions used by zenphoto
The filter/plugin API is located in this file, which allows for creating filters and hooking functions, and methods. The functions or methods will be run when the filter is called.
Any of the syntaxes explained in the PHP documentation for the 'callback' type are valid.
This API is heavily inspired by the plugin API used in WordPress.