When is admin_init Action ran?

From the Codex:

admin_init is triggered before any other hook when a user access the
admin area. This hook doesn’t provide any parameters, so it can only
be used to callback a specified function.

So yes, it’s run on every admin page load.

Leave a Comment