General • Wednesday April 30, 2008 by Zoe Marlowe with 5 comments
Wonder how those great Photoshop artist achieve their dazzling images? Talent, mostly, but it also helps to have the right kind of tools. That includes plugins, something that Zoe’s been dabbling with for some time now. This is her first look at the world, and she’s already found some extra juice for Photoshop to recommend.
Code • Tuesday May 15, 2007 by Ronald Huereca with 10 comments
This post was written as part of the How to Write a WordPress Plugin series.
WordPress filters are the functions that your plugin can hook into with regards to modifying text. This modified text is usually formatted for either inserting into a database or displaying the output to the end user.
WordPress filters allow [...]