do_action( 'admin_init' )
Fires as an admin screen or script is being initialized.
Description Description
Note, this does not just run on user-facing admin screens. It runs on admin-ajax.php and admin-post.php as well.
This is roughly analogous to the more general ‘init’ hook, which fires earlier.
Source Source
File: wp-admin/admin.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
The above piece of code will only echo “Hello World” if the user is in admin screen.