Hello again!
Is it possible to get current post type from (pretty early) wp_loaded hook? Get_current_screen()
or global variable $typenow
are apparently not ready by that time.
The only thing I was able to google out was getting the post type by $_GET method which doesn't really work in my case (as I don't see the post_type in my URL).
Thanks!