User dashboard bug
-
I have added the below code,
add_filter(‘tutor_dashboard/nav_items’, ‘add_some_links_dashboard’);
function add_some_links_dashboard($links){
$links[‘custom-link’] = array(‘title’ => __(‘Orders’, ‘tutor’), ‘url’ => ‘https://vizsoft.xyz/my-account/orders/’);
return $links;
}But in the dashboard menu the url (https://vizsoft.xyz/my-account/orders/) also getting display with the menu name.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘User dashboard bug’ is closed to new replies.