Happy Holidays!
I have been using the Namaste! LMS plugin to build an e-learning course, but have found out that due to how the plugin is written, assignments cannot be added to the WordPress Menu (they require a unique student_id and lesson_id for the URL which changes user to user).
I am trying to create an addition in both the Namaste! LMS plugin and where the WordPress Menu is created/generated in order to fulfill my need.
I have been searching around trying to find the php file where the WordPress Menu is being called. Could someone point me in the correct direction? I believe it is located in:
intranet_wp/wp_admin/includes/nav-menu.php
I also am having trouble determining which function/method is actually creating the new menu items. I am specifically concerned with where the "Link" menu item is written. This item prompts the admin for a "URL" and a "Link Text" to generate the menu item.
If anyone could tell me where to find the snippet of code that is taking care of this, I would be greatly appreciative!
Thanks for your time.
- Kevin