Hook Reference
Complete list of all action hooks, filter hooks, and UI render hooks built into Contensio core.
Content lifecycle hooks
Action hooks fired when content entries are created, updated, or deleted — pages, posts, and custom content types.
Media lifecycle hooks
Action hooks fired when files are uploaded or deleted from the media library.
API filter hooks
Filter hooks that let plugins modify the public JSON API response — add fields, remove data, or reshape the output.
UI render hooks
Named injection points in core Blade templates. Register a callback that returns HTML — it's inserted in place on every render.
User & Auth lifecycle hooks
Action and filter hooks fired on account registration, login, logout, profile updates, and deletion.
Frontend hooks
UI render hooks and filter hooks for injecting content into the frontend layout and filtering rendered page output.
Comments lifecycle hooks
Action and filter hooks fired when comments are submitted, approved, or deleted.
Admin UI hooks
UI render injection points in the admin panel — dashboard stat cards, widgets, action buttons, content editor sidebar panels, and more.