I really miss the menu API in WordPress: https://api.drupal.org/api/drupal/modules%21system%21system.api.php/function/hook_menu/7.x
I really miss the menu API in WordPress: https://api.drupal.org/api/drupal/modules%21system%21system.api.php/function/hook_menu/7.x
What do you really need?
Here are some informations about it:
https://codex.wordpress.org/Navigation_Menus
No, Drupal menu is something else. We can create a custom endpoint and a call back function to execute scripts.
We can create a custom endpoint and a call back function to execute scripts.
You can do that with WordPress, but it's not in the menus.
https://codex.wordpress.org/Rewrite_API/add_rewrite_endpoint
https://www.johanbrook.com/writings/adding-custom-url-endpoints-in-wordpress/
And more like that. That's totally possible, though.
You must log in to post.