Switch language

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




print_footer_scripts [ WordPress Function ]

print_footer_scripts ( No parameters )
Defined at:



Prints the scripts that were queued for the footer or too late for the HTML head.

Source


<?php
function print_footer_scripts() {
    global 
$wp_scripts$concatenate_scripts;

    if ( !
is_a($wp_scripts'WP_Scripts') )
        return array(); 
// No need to run if not instantiated.

    
script_concat_settings();
    
$wp_scripts->do_concat $concatenate_scripts;
    
$wp_scripts->do_footer_items();

    if ( 
apply_filters('print_footer_scripts'true) )
        
_print_scripts();

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

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

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