Switch language

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




wp_just_in_time_script_localization [ WordPress Function ]

wp_just_in_time_script_localization ( No parameters )
Defined at:



Load localized data on print rather than initialization.

These localizations require information that may not be loaded even by init.

Source


<?php
function wp_just_in_time_script_localization() {

    
wp_localize_script'autosave''autosaveL10n', array(
        
'autosaveInterval' => AUTOSAVE_INTERVAL,
        
'savingText' => __('Saving Draft&#8230;'),
        
'saveAlert' => __('The changes you made will be lost if you navigate away from this page.')
    ) );

}
?>

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