Starting with MarketKing Core 1.5.25, you can enable RTL support in the vendor dashboard by adding the following PHP code snippet to your site:
add_filter('marketking_dashboard_rtl', '__return_true');
This snippet can be added to your theme's functions.php file or through any code snippets plugin.
This will display the vendor dashboard in RTL mode:


