WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/secret salt warning

Description

Note: This function is currently removed from trunk and will likely not be present in 3.7. See ticket #14803.

Warn the admin if SECRET SALT information is missing from wp-config.php.

It is hooked to 'network_admin_notices' by default.

Note: This function is not intended for use by plugin or theme developers. It is only included here for completeness.

Usage

<?php secret_salt_warning(); ?>

Parameters

This function does not accept any parameters.

Returns Values

This function does not return a value.

Change Log

Source File

secret_salt_warning() is located in wp-admin/includes/ms.php.

Related

See also index of Function Reference and index of Template Tags.
This page is marked as incomplete. You can help Codex by expanding it.