In the first part of the Intro to WordPress Plugin Development series, we covered how to organize your plugin’s files, and the importance of unique naming (folders, files, and functions). In this part of the series, we’ll cover how to use filters. What are WordPress filters? According to the WordPress codex: Filters are functions that WordPress […]