Switch language

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




locale_stylesheet [ WordPress Function ]

locale_stylesheet ( No parameters )
Defined at:



Display localized stylesheet link element.

Source


<?php
function locale_stylesheet() {
    
$stylesheet get_locale_stylesheet_uri();
    if ( empty(
$stylesheet) )
        return;
    echo 
'<link rel="stylesheet" href="' $stylesheet '" type="text/css" media="screen" />';
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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