You appear to be a bot. Output may be restricted
Description
Determines whether the current locale is right-to-left (RTL).
Performs the check against the current locale set on the WordPress.com's account settings. See Masterbar::__construct
in `modules/masterbar/masterbar/class-masterbar.php`.
Usage
Atomic_Admin_Menu::is_rtl();
Parameters
Returns
void
Source
File name: jetpack/modules/masterbar/admin-menu/class-atomic-admin-menu.php
Lines:
1 to 3 of 3
public function is_rtl() { return get_user_option( 'jetpack_wpcom_is_rtl' ); }