Per the recommendation in the documentation “Plugin API” [1] at WordPress’ Codex, I’m attempting to enclose my plugin’s functions in a class and call the methods statically. I’m afraid I haven’t correctly implemented this suggestion (I have little prior experience with classes).
I ask for assistance/directions on implementing a clean solution for this plugin code [2] (partially adapted), much like the given example.
Thank you
[1] http://codex.wordpress.org/Plugin_API#Avoiding_Function_Name_Collisions
[2] http://pastebin.com/BP11R44k