I want develop a plugin that add boxes and menus in WordPress backed.

What I have to keep in mind to make it compatible with WordPress RTL installations?

Any idea or suggestion will be appreciated.

Thanks

1 Answer
1

You can use is_rtl() to check if the user is setup for RTL or not, then you would just need to register and enqueue the RTL styles instead of the LTR styles.

Leave a Reply

Your email address will not be published. Required fields are marked *