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:

Benzer Fonksiyonlar: 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 ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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