Archive | Functions by letter w RSS feed for this section

wp_localize_script

Wrapper for $wp_scripts->localize().Used to localizes a script. Works only if the script has already been added. Accepts an associative array $l10n and creates JS object: “$object_name” = { key: value, key: value, … } See http://core.trac.wordpress.org/ticket/11520 for more information.

3877

Continue reading

wp_load_core_site_options

Loads and caches certain often requested site options if is_multisite() and a persistent cache is not being used.

3873

Continue reading