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 ]

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