what i have in my filter is something like this
`$imgname = filterAccentedCharacters($imgname);`
and the execution of the code stops on this instruction. there is no error, the execution just stops.
if i edit the `filterAccentedCharacters` function in the zenphoto_seo.php file and add an echo instruction such as `echo 'here we go';` right at the beginning of the function, nothing prints. it looks like it does not even enter the `filterAccentedCharacters` function.
hopefully, this helps a bit. with the version 1.2.9, activating a plugin or a filter was enough for all its functions to be known everywhere, i am now wondering if since then one has to add a specific instruction so that functions of one plugin can be used in another one ?