Hi
so I'm using Wordpress, which loads the theme and possibly many plugins which can have functions with the same names as the ones in the theme.
How can I avoid function name conflicts between the theme and plugins, without having to rename them to something like "theme_function()"?