Switch language

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




print_late_styles [ WordPress Function ]

print_late_styles ( No parameters )
Defined at:



Prints the styles that were queued too late for the HTML head.

Source


<?php
function print_late_styles() {
    global 
$wp_styles$concatenate_scripts;

    if ( !
is_a($wp_styles'WP_Styles') )
        return;

    
$wp_styles->do_concat $concatenate_scripts;
    
$wp_styles->do_footer_items();

    if ( 
apply_filters('print_late_styles'true) )
        
_print_styles();

    
$wp_styles->reset();
    return 
$wp_styles->done;
}
?>

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