Tag Archives: codex

wp_clearcookie

Clears the authentication cookie, logging the user out. This function is deprecated.

3473

Continue reading

wp_check_for_changed_slugs

Checked for changed slugs for published post objects and save the old slug.The function is used when a post object of any type is updated, by comparing the current and previous post objects.

3463

Continue reading

wp_check_filetype

Retrieve the file type from the file name.You can optionally define the mime array, if needed.

3459

Continue reading