Archive by Author

wp_version_check

Check WordPress version against the newest version.The WordPress version, PHP version, and Locale is sent. Checks against the WordPress server at api.wordpress.org server. Will only check if WordPress isn’t installing.

4261

Continue reading

wp_verify_nonce

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 reading

wp_validate_redirect

Validates 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 reading