How to use $_GET function WordPress backend

Working in the admin is quite a bit different from the front-end of a WordPress site. Most of the documentation you’ll find online deals solely with the front-end. That can be frustrating when looking for something that should be simple and straightforward. In this case, I think you would use get_current_screen(). This returns the screen’s … Read more