What is the difference between add_action and add_filter in wordpress?
Answer Posted / Yogesh Singh Gunjiyal
add_action hooks allow you to attach functions to specific events (actions) within WordPress. add_filter allows you to modify data before it's used or displayed, such as modifying the content of a post before it's output.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers