Enable RTL Support in Vendor Dashboard

Starting with MarketKing Core 1.5.25 you can now enable RTL in the vendor dashboard by adding this PHP code snippet to your site:

add_filter('marketking_dashboard_rtl', '__return_true');

The snippet can be added to functions.php or to any snippets plugin.

It will set the vendor's dashboard to RTL mode:

Powered by BetterDocs