Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




is_rtl [ WordPress Function ]

is_rtl ( No parameters )
Returns:
  • (bool) Whether locale is RTL.
Defined at:

Soorgelijke functies: is_ssl, is_robots, is_tax, is_tag, is_date


Checks if current locale is RTL.

Source


<?php
function is_rtl() {
    global 
$wp_locale;
    return 
$wp_locale->is_rtl();
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics