One of the best things the WordPress developers have provided us with is the use of filters. These simple yet potent little hooks allow you to adjust any plugin, theme, or WordPress behavior. Anatomy of a filter The WordPress function add_filter() consists of four parts, annotated by a dollar token: add_filter( $tag, $function_to_add, $priority, $accepted_args […]
Filter reference for The SEO Framework
Filters allow you to change interpreted data conditionally. We recommend against using filters if you aren’t an avid PHP developer. This is because you must revalidate (and possibly update) your implementation on every major release, although that shouldn’t happen often. As of v4.2.0, The SEO Framework registers over 225 filters. Below you’ll find frequently requested […]