Actions and filters are NOT the same thing…

Have you ever looked at the add_action function in WordPress? Here it is: I know, right? Some people’s minds just got blown. What are Filters? A filter is defined as a function that takes in some kind of input, modifies it, and then returns it. This is an extremely handy little concept that PHP itself … Continue reading Actions and filters are NOT the same thing…