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 ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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