Awesome Newsletter Content Generator For WordPress… in the works
May 27, 2010 Development
So I am working on this wordpress plugin based on this graphical menu editor plugin with drag and drop and ajax updating and all that fancy stuff. I took that plugin and defined a new post_type in my theme then used class inheritance to overwrite the things I needed to change to make the plugin work for newsletter organization as opposed to a menu. Pretty easy. OOP saved me a bunch of time by overriding methods of the parent class of the plugin I based it on.
Tags: nerd stuff, plugins