How to get current page menu item name instead of full menu item list
Within each menu item, object_id holds the ID of whatever object the menu item refers to. This will be a post / page / CPT / term ID. If it’s a custom link, the ID refers to itself. (If you want to know what type of object it is, object contains that.) get_queried_object_id() will give … Read more