WP_Locale::is_rtl()

Checks if current locale is RTL.


Description Description


Return Return

(bool) Whether locale is RTL.


Top ↑

Source Source

File: wp-includes/class-wp-locale.php

	public function is_rtl() {
		return 'rtl' == $this->text_direction;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.