When a user clicks on the Dashboard link, the default tab shown is "My Subscriptions". How can I change this is set the default tab as "Dashboard"?
1 Answers
Hello,
You can comment out the line :
\Filters::add_filter('active_profile_tab', [Subscription::class, 'set_subscription_active_tab'], 10);
at Corals/modules/Subscriptions/SubscriptionsServiceProvider.php
“You can comment out the line :
[crayon-5f329f97e00ba633353316/]”
I think something went wrong with this answer as I can't see the line anymore. I was looking back at it for reference.
Can you provide the line that I should comment out again please?
Thanks.
Can you update this question please? The code you provided has gone missing!
Thank you.
Please login or Register to submit your answer