Wie funktioniert das Routing in WordPress?

Wie funktioniert das Core-WP-Routing? Es fällt mir schwer zu verstehen ... In MVC sieht Ihre URL aus wie "mycontroller / myaction", das "MyController-> myaction ()" zugeordnet ist. In Drupal ist es index.php? Q = mycustomerpath / hello, das jeder Funktion zugeordnet werden kann, die Sie mögen,...