Title: 4.4.0 | Developer.WordPress.org

---

# New and updated in 4.4.0

Functions

Hooks

Classes

Methods

 * function[_wp_render_title_tag()](https://developer.wordpress.org/reference/functions/_wp_render_title_tag/)
 * Displays title tag with content.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_wp_render_title_tag/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/_wp_render_title_tag/#uses)
   | Source: [wp-includes/general-template.php:1310](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/general-template.php#L1310-L1316)
 * hook[xmlrpc_chunk_parsing_size](https://developer.wordpress.org/reference/hooks/xmlrpc_chunk_parsing_size/)
 * Filters the chunk size that can be used to parse an XML-RPC response message.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/xmlrpc_chunk_parsing_size/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/xmlrpc_chunk_parsing_size/#uses)
   | Source: [wp-includes/IXR/class-IXR-message.php:109](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/IXR/class-IXR-message.php#L109-L109)
 * hook[excerpt_allowed_blocks](https://developer.wordpress.org/reference/hooks/excerpt_allowed_blocks/)
 * Filters the list of blocks that can contribute to the excerpt.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/excerpt_allowed_blocks/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/excerpt_allowed_blocks/#uses)
   | Source: [wp-includes/blocks.php:2236](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/blocks.php#L2236-L2236)
 * hook[theme_{$post_type}_templates](https://developer.wordpress.org/reference/hooks/theme_post_type_templates/)
 * Filters list of page templates for a theme.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/theme_post_type_templates/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/theme_post_type_templates/#uses)
   | Source: [wp-includes/class-wp-theme.php:1442](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-theme.php#L1442-L1442)
 * hook[rest_avatar_sizes](https://developer.wordpress.org/reference/hooks/rest_avatar_sizes/)
 * Filters the REST avatar sizes.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/rest_avatar_sizes/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/rest_avatar_sizes/#uses)
   | Source: [wp-includes/rest-api.php:1320](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L1320-L1320)
 * method[WP_Network::get_instance()](https://developer.wordpress.org/reference/classes/wp_network/get_instance/)
 * Retrieves a network from the database by its ID.
 * Used by [2 functions](https://developer.wordpress.org/reference/classes/wp_network/get_instance/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/classes/wp_network/get_instance/#uses)
   | Source: [wp-includes/class-wp-network.php:95](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-network.php#L95-L120)
 * method[WP_Network::__construct()](https://developer.wordpress.org/reference/classes/wp_network/__construct/)
 * Creates a new WP_Network object.
 * Used by [2 functions](https://developer.wordpress.org/reference/classes/wp_network/__construct/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/classes/wp_network/__construct/#uses)
   | Source: [wp-includes/class-wp-network.php:132](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-network.php#L132-L139)
 * method[WP_Network::_set_site_name()](https://developer.wordpress.org/reference/classes/wp_network/_set_site_name/)
 * Sets the site name assigned to the network if one has not been populated.
 * Used by [1 function](https://developer.wordpress.org/reference/classes/wp_network/_set_site_name/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_network/_set_site_name/#uses)
   | Source: [wp-includes/class-wp-network.php:289](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-network.php#L289-L296)
 * method[WP_Network::_set_cookie_domain()](https://developer.wordpress.org/reference/classes/wp_network/_set_cookie_domain/)
 * Sets the cookie domain based on the network domain if one has not been populated.
 * Used by [1 function](https://developer.wordpress.org/reference/classes/wp_network/_set_cookie_domain/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_network/_set_cookie_domain/#uses)
   | Source: [wp-includes/class-wp-network.php:306](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-network.php#L306-L315)
 * method[WP_Network::get_by_path()](https://developer.wordpress.org/reference/classes/wp_network/get_by_path/)
 * Retrieves the closest matching network for a domain and path.
 * Used by [2 functions](https://developer.wordpress.org/reference/classes/wp_network/get_by_path/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/classes/wp_network/get_by_path/#uses)
   | Source: [wp-includes/class-wp-network.php:334](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-network.php#L334-L475)
 * class[WP_Network](https://developer.wordpress.org/reference/classes/wp_network/)
 * Core class used for interacting with a multisite network.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_network/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_network/#uses)
   | Source: [wp-includes/class-wp-network.php:24](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-network.php#L24-L476)
 * method[WP_Theme::get_core_default_theme()](https://developer.wordpress.org/reference/classes/wp_theme/get_core_default_theme/)
 * Determines the latest WordPress default theme that is installed.
 * Used by [4 functions](https://developer.wordpress.org/reference/classes/wp_theme/get_core_default_theme/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_theme/get_core_default_theme/#uses)
   | Source: [wp-includes/class-wp-theme.php:1646](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-theme.php#L1646-L1654)
 * hook[the_category_list](https://developer.wordpress.org/reference/hooks/the_category_list/)
 * Filters the categories before building the category list.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/the_category_list/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/the_category_list/#uses)
   | Source: [wp-includes/category-template.php:158](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/category-template.php#L158-L158)
 * method[WP_User::__unset()](https://developer.wordpress.org/reference/classes/wp_user/__unset/)
 * Magic method for unsetting a certain custom field.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_user/__unset/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/classes/wp_user/__unset/#uses)
   | Source: [wp-includes/class-wp-user.php:376](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-user.php#L376-L396)
 * function[rest_get_date_with_gmt()](https://developer.wordpress.org/reference/functions/rest_get_date_with_gmt/)
 * Parses a date into both its local and UTC equivalent, in MySQL datetime format.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/rest_get_date_with_gmt/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/rest_get_date_with_gmt/#uses)
   | Source: [wp-includes/rest-api.php:1384](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L1384-L1412)
 * function[rest_send_cors_headers()](https://developer.wordpress.org/reference/functions/rest_send_cors_headers/)
 * Sends Cross-Origin Resource Sharing headers with API requests.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/rest_send_cors_headers/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/rest_send_cors_headers/#uses)
   | Source: [wp-includes/rest-api.php:788](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L788-L805)
 * function[rest_handle_options_request()](https://developer.wordpress.org/reference/functions/rest_handle_options_request/)
 * Handles OPTIONS requests for the server.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/rest_handle_options_request/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/functions/rest_handle_options_request/#uses)
   | Source: [wp-includes/rest-api.php:820](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L820-L854)
 * function[rest_send_allow_header()](https://developer.wordpress.org/reference/functions/rest_send_allow_header/)
 * Sends the “Allow” header to state all methods that can be sent to the current
   route.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/rest_send_allow_header/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/functions/rest_send_allow_header/#uses)
   | Source: [wp-includes/rest-api.php:866](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L866-L900)
 * function[rest_output_rsd()](https://developer.wordpress.org/reference/functions/rest_output_rsd/)
 * Adds the REST API URL to the WP RSD endpoint.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/rest_output_rsd/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/rest_output_rsd/#uses)
   | Source: [wp-includes/rest-api.php:1028](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L1028-L1037)
 * function[rest_output_link_wp_head()](https://developer.wordpress.org/reference/functions/rest_output_link_wp_head/)
 * Outputs the REST API link tag into page header.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/rest_output_link_wp_head/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/rest_output_link_wp_head/#uses)
   | Source: [wp-includes/rest-api.php:1046](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L1046-L1064)
 * function[rest_output_link_header()](https://developer.wordpress.org/reference/functions/rest_output_link_header/)
 * Sends a Link header for the REST API.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/rest_output_link_header/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/rest_output_link_header/#uses)
   | Source: [wp-includes/rest-api.php:1071](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L1071-L1096)
 * function[rest_cookie_check_errors()](https://developer.wordpress.org/reference/functions/rest_cookie_check_errors/)
 * Checks for errors when using cookie-based authentication.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/rest_cookie_check_errors/#used-by)
   | Uses [8 functions](https://developer.wordpress.org/reference/functions/rest_cookie_check_errors/#uses)
   | Source: [wp-includes/rest-api.php:1113](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L1113-L1156)
 * function[rest_cookie_collect_status()](https://developer.wordpress.org/reference/functions/rest_cookie_collect_status/)
 * Collects cookie authentication status.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/rest_cookie_collect_status/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/rest_cookie_collect_status/#uses)
   | Source: [wp-includes/rest-api.php:1168](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L1168-L1179)
 * function[rest_parse_date()](https://developer.wordpress.org/reference/functions/rest_parse_date/)
 * Parses an RFC3339 time into a Unix timestamp.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/rest_parse_date/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/functions/rest_parse_date/#uses)
   | Source: [wp-includes/rest-api.php:1336](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L1336-L1348)
 * function[get_rest_url()](https://developer.wordpress.org/reference/functions/get_rest_url/)
 * Retrieves the URL to a REST endpoint on a site.
 * Used by [8 functions](https://developer.wordpress.org/reference/functions/get_rest_url/#used-by)
   | Uses [13 functions](https://developer.wordpress.org/reference/functions/get_rest_url/#uses)
   | Source: [wp-includes/rest-api.php:510](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L510-L569)
 * hook[rest_url](https://developer.wordpress.org/reference/hooks/rest_url/)
 * Filters the REST URL.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/rest_url/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/rest_url/#uses)
   | Source: [wp-includes/rest-api.php:568](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L568-L568)
 * function[rest_url()](https://developer.wordpress.org/reference/functions/rest_url/)
 * Retrieves the URL to a REST endpoint.
 * Used by [67 functions](https://developer.wordpress.org/reference/functions/rest_url/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/rest_url/#uses)
   | Source: [wp-includes/rest-api.php:582](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L582-L584)
 * function[rest_do_request()](https://developer.wordpress.org/reference/functions/rest_do_request/)
 * Do a REST request.
 * Used by [4 functions](https://developer.wordpress.org/reference/functions/rest_do_request/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/rest_do_request/#uses)
   | Source: [wp-includes/rest-api.php:596](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L596-L599)
 * function[rest_ensure_request()](https://developer.wordpress.org/reference/functions/rest_ensure_request/)
 * Ensures request arguments are a request object (for consistency).
 * Used by [1 function](https://developer.wordpress.org/reference/functions/rest_ensure_request/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/rest_ensure_request/#uses)
   | Source: [wp-includes/rest-api.php:655](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L655-L665)
 * function[rest_ensure_response()](https://developer.wordpress.org/reference/functions/rest_ensure_response/)
 * Ensures a REST response is a response object (for consistency).
 * Used by [103 functions](https://developer.wordpress.org/reference/functions/rest_ensure_response/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/rest_ensure_response/#uses)
   | Source: [wp-includes/rest-api.php:681](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rest-api.php#L681-L703)

1 [2](https://developer.wordpress.org/reference/since/4.4.0/page/2/?output_format=md)
[3](https://developer.wordpress.org/reference/since/4.4.0/page/3/?output_format=md)…
[19](https://developer.wordpress.org/reference/since/4.4.0/page/19/?output_format=md)

 [Next Page](https://developer.wordpress.org/reference/since/4.4.0/page/2/?output_format=md)