3020 */ 3121 3222/** 33 * Hooks a function or method to a specific filter action. 23 * add_filter() - Hooks a function or method to a specific filter action. 3424 * 3525 * Filters are the hooks that WordPress launches to modify text of various types 3626 * before adding it to the database or sending it to the browser screen.