Skip to content

Instantly share code, notes, and snippets.

@Sstobo
Created November 10, 2017 17:52
Show Gist options
  • Save Sstobo/b898671626ef36b754ad7fcd69bf7b08 to your computer and use it in GitHub Desktop.
Save Sstobo/b898671626ef36b754ad7fcd69bf7b08 to your computer and use it in GitHub Desktop.
[WP actions filters] #wp
Actions vs. Filters
Actions Filters*
Used when something has to be added/done Used when something has to be changed
Declared with do_action() Declared with apply_filters()
Used with add_action() Used with add_filter()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment