Developer view

Hook Inspector

Live registrations in this process. Theme template hooks power the storefront. Event, form, table, and resource hooks are the MKSine plugin API. The announcement strip on the live site is a callback on layout.body_start.

Theme template hooks

theme_add_action / theme_do_action

  • layout.body_start

    3 callback(s) · priorities 1, 20, 0

Stable system events

HookManager names that must not be renamed

  • post.creating

    Before a post is created (preventable).

  • post.created

    After a post is created.

  • post.updating

    Before a post is updated (preventable).

  • post.updated

    After a post is updated.

  • post.published

    After a post becomes published.

  • mksine.storefront.not_found

    Storefront would return HTTP 404.

  • mksine.storefront.viewed

    Storefront GET resolved content.

  • mksine.content.slug_changed

    Post or page slug changed.

Event listeners

0 registered

  • No event listeners in this process yet.

Admin UI hooks

Form 2 · Table 2 · Resource 0