Switch language

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




get_stylesheet_directory_uri [ WordPress Function ]

get_stylesheet_directory_uri ( No parameters )
Returns:
  • (string)
Defined at:



Retrieve stylesheet directory URI.

Source


<?php
function get_stylesheet_directory_uri() {
    
$stylesheet get_stylesheet();
    
$theme_root_uri get_theme_root_uri$stylesheet );
    
$stylesheet_dir_uri "$theme_root_uri/$stylesheet";

    return 
apply_filters'stylesheet_directory_uri'$stylesheet_dir_uri$stylesheet$theme_root_uri );
}
?>

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