Skip to content

Hooks and Actions

Aurora Admin doesn’t currently expose custom action hooks for third-party extension.

Aurora Admin doesn’t register any custom do_action() hooks intended for third-party use. The handful of do_action() calls in its source (import_filters, tool_box) are WordPress core hooks Aurora calls through so native import plugins and Tools-screen integrations keep working — they aren’t Aurora-specific extension points.

If you need to hook into a request Aurora is handling, use the one public customization point it does offer: the aurora_admin_shell_enabled filter.