You can find absolute URL of a menu item’s settings page using just one line of code
//First parameter: Slug of the menu item
//Second parameter: If true then echo's the url or if false then returns the URL
menu_page_url("qnimate-theme-options", true);
//Second parameter: If true then echo's the url or if false then returns the URL
menu_page_url("qnimate-theme-options", true);
This function resides in wp-admin/includes/plugin.php file.
Leave a Reply