Plugin Dev 101- Prefix your Functions

It’s important to use unique and descriptive names for the functions in your plugin.  I’ve been caught out a few times using function names that were far too generic. This resulted in conflict with other plugin/s using the same name. Luckily it’s simple to avoid this boo boo by using a unique prefix for functions.