WP_Locale::is_rtl(): bool In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Checks if current locale is RTL. Return bool Whether locale is RTL. Source public function is_rtl() { return 'rtl' === $this->text_direction; } View all references View on Trac View on GitHub Related Used byDescriptionwp_localize_jquery_ui_datepicker()wp-includes/script-loader.phpLocalizes the jQuery UI datepicker. is_rtl()wp-includes/l10n.phpDetermines whether the current locale is right-to-left (RTL). Changelog VersionDescription3.0.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.