Confidential Customized for Lorem Ipsum LLC Version 1.0
Jonathan Bossenger
WordPress Filter Hooks
Learn.WordPress.org
What you will learn
What are hooks?
The two types of hooks, actions and filters?
How to use filters.
Filter hook priority.
Filter hook arguments.
Filter hook order.
What are hooks?
Hooks allow your theme or plugin code to interact with or modify the
execution of a WordPress request at specific, predefined spots.
Two types of hooks
1 Action hooks (or actions) allow you to perform an action at a
specific point in the request execution.
2 Filter hooks (or filters) allow you to modify (or filter) some data
at a specific point in the request execution.
Filter hooks
Filters allow you to modify, or filter, some data at a specific point, which will
be used later on.
https://developer.wordpress.org/plugins/hooks/filters/
Hook Order
WordPress Filter Reference
https://codex.wordpress.org/Plugin_API/Filter_Reference
Confidential Customized for Lorem Ipsum LLC Version 1.0
WordPress Filter Hooks
Learn.WordPress.org

WordPress Filter Hooks

  • 1.
    Confidential Customized forLorem Ipsum LLC Version 1.0 Jonathan Bossenger WordPress Filter Hooks Learn.WordPress.org
  • 2.
    What you willlearn What are hooks? The two types of hooks, actions and filters? How to use filters. Filter hook priority. Filter hook arguments. Filter hook order.
  • 3.
    What are hooks? Hooksallow your theme or plugin code to interact with or modify the execution of a WordPress request at specific, predefined spots.
  • 4.
    Two types ofhooks 1 Action hooks (or actions) allow you to perform an action at a specific point in the request execution. 2 Filter hooks (or filters) allow you to modify (or filter) some data at a specific point in the request execution.
  • 5.
    Filter hooks Filters allowyou to modify, or filter, some data at a specific point, which will be used later on. https://developer.wordpress.org/plugins/hooks/filters/
  • 6.
    Hook Order WordPress FilterReference https://codex.wordpress.org/Plugin_API/Filter_Reference
  • 7.
    Confidential Customized forLorem Ipsum LLC Version 1.0 WordPress Filter Hooks Learn.WordPress.org