Archive by Author

wp_loginout

Display the Log In/Out link.Displays a link, which allows users to navigate to the Log In page to log in or log out depending on whether they are currently logged in.

3881

Continue reading

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