Using Filters With Conditional Tags in Child Themes
Combining Conditional Tags with WordPress filters to maximize your custom code when working with WordPress Child Themes.
You are currently browsing the tag archive for filters
Combining Conditional Tags with WordPress filters to maximize your custom code when working with WordPress Child Themes.
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.
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 to [...]