I know since i’m using WC vendors and a few other modules that I need to be careful how I used this plugin.
But so far so good… except for how it’s changing href links which create 404s.
So in WC vendors dashboard, there are buttons to make a new product.
The module changes the link to this:
/wp-admin/post-new.php?post_type=product
And it should be this:
vendor_dashboard/product/edit/
Plus… isn’t it supposed to hide wp-admin? This happens when i’m logged in as a vendor not admin. So that wp-admin should never be seen.
How do I stop this module from change href links?
Thank you!