Verify that correct nonce was used with time limit.The user is given an amount of time to use the token, so therefore, since the UID and $action remain the same, the independent variable is the time.
4259
Continue readingVerify that correct nonce was used with time limit.The user is given an amount of time to use the token, so therefore, since the UID and $action remain the same, the independent variable is the time.
4259
Continue readingValidates a URL for use in a redirect.Checks whether the $location is using an allowed host, if it has an absolute path. A plugin can therefore set or remove allowed host(s) to or from the list.
4257
Continue readingValidates authentication cookie.The checks include making sure that the authentication cookie is set and pulling in the contents (if $cookie is not used).
4255
Continue readingDisplays a human readable HTML representation of the difference between two strings.The Diff is available for getting the changes between versions. The output is HTML, so the primary use is for displaying the changes. If the two strings are equivalent, then an empty string will be returned.
4163
Continue readingUpdates the user’s password with a new encrypted one.For integration with other applications, this function can be overwritten to instead use the other package password checking algorithm.
4109
Continue reading