Claim your freedom to choose the perfect partner for your multi-vendor journey.

FREEDOM25

Celebrate the festive season by giving your marketplace a powerful lift!

FESTIVE20

5.0.x
Multi-store. Franchise. Facilitator. AI tools.
Everything your marketplace needs - now in one platform.
Power your marketplace dreams with unbeatable Black Friday deals!

MVXBLACK30

Supercharge your marketplace vision with unstoppable Cyber Monday deals!

MVXCYBER30

Holiday cheer, bigger savings
Take 25% off-because your marketplace deserves a gift too.

happyholiday

Reply To: Clear transients

#216959

Hello @Tandy R M Silva, With the “Clear Transients” option the vendor can simply clear the dashboard widget transients cache.That means this function helps in removing any temporary cached data related to dashboard widgets.
Now to remove this menu from the vendor dashboard you can simply add the below code in the functions.php file of your current active theme –

add_filter( 'woocommerce_should_load_paypal_standard', '__return_true' );
add_filter('mvx_vendor_dashboard_nav', 'remove_mvx_vendor_dashboard_nav', 99);
function remove_mvx_vendor_dashboard_nav($vendor_nav){
unset($vendor_nav['vendor-tools']);
return $vendor_nav;
}

Let us know if you need any further assistance.

Shopping Cart
Scroll to Top