# Hooks

The core of Local's Add-on API is the Hooks API. This API was heavily inspired by [WordPress' Plugin API](https://codex.wordpress.org/Plugin_API). If you've written WordPress themes or plugins before, you should feel right at home!

### [Content Hooks](https://build.localwp.com/building/hooks/content-hooks)

### [Filters](https://build.localwp.com/building/hooks/filters)

### [Actions](https://build.localwp.com/building/hooks/actions)
