How to get ID of Edit User page during wp_handle_upload_prefilter, whilst in Media picker?
Is this because, whilst the Edit User page is still at user-edit.php?user_id=2, the Media modal has somehow denied us the ability to get user_id? Getting the user ID on that page is easy, e.g. you could simply use get_current_user_id() to get the ID of the currently logged-in user, or use $_GET[‘user_id’] to get the ID … Read more