> For the complete documentation index, see [llms.txt](https://docs.wpjobopenings.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wpjobopenings.com/developers/hooks.md).

# Hooks

Hooks are a way for one piece of code to interact/modify another piece of code at specific, pre-defined spots. Learn more about hooks from here: <https://developer.wordpress.org/plugins/hooks/>

There are many hooks available in WP Job Openings plugin for template customization. If you just want to add some additional contents such as custom fields contents in the plugin template there is no need to override the entire template if the hooks are available within the template.

{% content-ref url="/pages/-MR0\_cGs2XC9hBFNO4RL" %}
[Actions](/developers/hooks/actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR1-J98hUTjOz7S6YYX" %}
[Filters](/developers/hooks/filters.md)
{% endcontent-ref %}

<br>
