Title: 2.0.5 | Developer.WordPress.org

---

# New and updated in 2.0.5

Functions

Hooks

Classes

Methods

 * hook[comment_post_redirect](https://developer.wordpress.org/reference/hooks/comment_post_redirect/)
 * Filters the location URI to send the commenter after posting.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/comment_post_redirect/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/comment_post_redirect/#uses)
   | Source: [wp-comments-post.php:78](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-comments-post.php#L78-L78)
 * function[get_user_to_edit()](https://developer.wordpress.org/reference/functions/get_user_to_edit/)
 * Retrieve user data and filter it.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_user_to_edit/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_user_to_edit/#uses)
   | Source: [wp-admin/includes/user.php:291](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-admin/includes/user.php#L291-L299)
 * hook[preview_post_link](https://developer.wordpress.org/reference/hooks/preview_post_link/)
 * Filters the URL used for a post preview.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/preview_post_link/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/preview_post_link/#uses)
   | Source: [wp-includes/link-template.php:1434](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/link-template.php#L1434-L1434)
 * function[sanitize_option()](https://developer.wordpress.org/reference/functions/sanitize_option/)
 * Sanitizes various option values based on the nature of the option.
 * Used by [8 functions](https://developer.wordpress.org/reference/functions/sanitize_option/#used-by)
   | Uses [16 functions](https://developer.wordpress.org/reference/functions/sanitize_option/#uses)
   | Source: [wp-includes/formatting.php:4852](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/formatting.php#L4852-L5127)
 * hook[bloginfo_url](https://developer.wordpress.org/reference/hooks/bloginfo_url/)
 * Filters the URL returned by get_bloginfo().
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/bloginfo_url/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/bloginfo_url/#uses)
   | Source: [wp-includes/general-template.php:938](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/general-template.php#L938-L938)
 * function[is_serialized()](https://developer.wordpress.org/reference/functions/is_serialized/)
 * Checks value to find if it was serialized.
 * Used by [5 functions](https://developer.wordpress.org/reference/functions/is_serialized/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/functions/is_serialized/#uses)
   | Source: [wp-includes/functions.php:674](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/functions.php#L674-L731)
 * function[is_serialized_string()](https://developer.wordpress.org/reference/functions/is_serialized_string/)
 * Checks whether serialized data is of string type.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/is_serialized_string/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/functions/is_serialized_string/#uses)
   | Source: [wp-includes/functions.php:741](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/functions.php#L741-L760)
 * function[maybe_serialize()](https://developer.wordpress.org/reference/functions/maybe_serialize/)
 * Serializes data, if needed.
 * Used by [13 functions](https://developer.wordpress.org/reference/functions/maybe_serialize/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/maybe_serialize/#uses)
   | Source: [wp-includes/functions.php:628](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/functions.php#L628-L643)