Removing Wishlist Button
-
I’m working as a freelancer on a website: https://ridesii.com/
I’m trying to get rid of the Wishlist button on the course information pages such as this one: https://ridesii.com/courses/herbal-infusions-for-horse-owners/
The AI Chatbot was helpful and gave me some custom code to get rid of the Wishlist tab on a user’s dashboard. It works, but unfortunately it doesn’t’ remove the button from the course page. It only removes it from the user’s own dashboard.
How do we get rid of that Wishlist button on a course description page?
For reference, here’s the .php code the AI gave me: • Add the following code to your theme’s functions.php file or a custom plugin: add_filter(‘tutor_dashboard/nav_items’, ‘remove_wishlist_button’); function remove_wishlist_button($links)The page I need help with: [log in to see the link]
The topic ‘Removing Wishlist Button’ is closed to new replies.