Quote:
Originally Posted by noppid
I thought that the logical place for this was in the switch too. But we can accomplish the same thing here.
My initial thought is that a hook in the switch would be more efficient then the bunch of if()'s this may create.
This will evolve. There's always more then one way to skin a cat. 
|
Im not sure that a hook inside the switch would work how you guys think it will.
You could just add another switch statement in your plugin code instead.
a few ifs wont slow the page down.