I am trying to understand how URL dispatching in WordPress backend occurs? I asked a related question: How to find php file or function that generates a wordpress admin page?
One answer said that I need to search in the code for some unique text that is rendered in the output. I was expecting some logical mechanism such as the url dispatching or routing mechanism in Rails or Django. Isn’t there a similar mechanism in WordPress?