Local Add-on API
CtrlK
Download LocalCommunityAPI DocsComponents
  • Getting started with Add-ons
  • Designing your Add-on
    • The Local interface
    • Where should I put my Add-on?
    • Interaction & layout
    • UI components
  • Building your Add-on
    • Add-on Structure
    • Context API
    • Using local-components
    • Hooks
      • Content Hooks
      • Filters
      • Actions
      • Common Parameters
    • Example Add-ons
Powered by GitBook
On this page
  • Content Hooks
  • Filters
  • Actions
Export as PDF
  1. Building your Add-on

Hooks

The core of Local's Add-on API is the Hooks API. This API was heavily inspired by WordPress' Plugin API. If you've written WordPress themes or plugins before, you should feel right at home!

Content Hooks

Filters

Actions

PreviousUsing local-componentsNextContent Hooks

Last updated 6 years ago