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
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
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.