Title: Functions | Page 23 of 49 | Developer.WordPress.org

---

# Functions

 * function[get_network()](https://developer.wordpress.org/reference/functions/get_network/)
 * Retrieves network data given a network ID or network object.
 * Used by [31 functions](https://developer.wordpress.org/reference/functions/get_network/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/get_network/#uses)
   | Source: [wp-includes/ms-network.php:23](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/ms-network.php#L23-L51)
 * function[get_networks()](https://developer.wordpress.org/reference/functions/get_networks/)
 * Retrieves a list of networks.
 * Used by [4 functions](https://developer.wordpress.org/reference/functions/get_networks/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_networks/#uses)
   | Source: [wp-includes/ms-network.php:63](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/ms-network.php#L63-L67)
 * function[get_network_by_path()](https://developer.wordpress.org/reference/functions/get_network_by_path/)
 * Retrieves the closest matching network for a domain and path.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_network_by_path/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_network_by_path/#uses)
   | Source: [wp-includes/ms-load.php:141](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/ms-load.php#L141-L143)
 * function[get_network_option()](https://developer.wordpress.org/reference/functions/get_network_option/)
 * Retrieves a network’s option value based on the option name.
 * Used by [12 functions](https://developer.wordpress.org/reference/functions/get_network_option/#used-by)
   | Uses [9 functions](https://developer.wordpress.org/reference/functions/get_network_option/#uses)
   | Source: [wp-includes/option.php:2001](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/option.php#L2001-L2136)
 * function[get_next_comments_link()](https://developer.wordpress.org/reference/functions/get_next_comments_link/)
 * Retrieves the link to the next comments page.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_next_comments_link/#used-by)
   | Uses [7 functions](https://developer.wordpress.org/reference/functions/get_next_comments_link/#uses)
   | Source: [wp-includes/link-template.php:3129](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/link-template.php#L3129-L3177)
 * function[get_next_image_link()](https://developer.wordpress.org/reference/functions/get_next_image_link/)
 * Gets the next image link that has the same post parent.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_next_image_link/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_next_image_link/#uses)
   | Source: [wp-includes/media.php:3910](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/media.php#L3910-L3912)
 * function[get_next_post()](https://developer.wordpress.org/reference/functions/get_next_post/)
 * Retrieves the next post that is adjacent to the current post.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_next_post/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_next_post/#uses)
   | Source: [wp-includes/link-template.php:1807](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/link-template.php#L1807-L1809)
 * function[get_next_posts_link()](https://developer.wordpress.org/reference/functions/get_next_posts_link/)
 * Retrieves the next posts page link.
 * Used by [3 functions](https://developer.wordpress.org/reference/functions/get_next_posts_link/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/get_next_posts_link/#uses)
   | Source: [wp-includes/link-template.php:2568](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/link-template.php#L2568-L2602)
 * function[get_next_posts_page_link()](https://developer.wordpress.org/reference/functions/get_next_posts_page_link/)
 * Retrieves the next posts page link.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_next_posts_page_link/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_next_posts_page_link/#uses)
   | Source: [wp-includes/link-template.php:2520](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/link-template.php#L2520-L2534)
 * function[get_next_post_link()](https://developer.wordpress.org/reference/functions/get_next_post_link/)
 * Retrieves the next post link that is adjacent to the current post.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_next_post_link/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_next_post_link/#uses)
   | Source: [wp-includes/link-template.php:2304](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/link-template.php#L2304-L2306)
 * function[get_nonauthor_user_ids()](https://developer.wordpress.org/reference/functions/get_nonauthor_user_ids/)
 * Gets all users who are not authors.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_nonauthor_user_ids/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/get_nonauthor_user_ids/#uses)
   | Source: [wp-admin/includes/deprecated.php:319](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/deprecated.php#L319-L330)
 * function[get_num_queries()](https://developer.wordpress.org/reference/functions/get_num_queries/)
 * Retrieves the number of database queries during the WordPress execution.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_num_queries/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/functions/get_num_queries/#uses)
   | Source: [wp-includes/functions.php:1576](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/functions.php#L1576-L1579)
 * function[get_objects_in_term()](https://developer.wordpress.org/reference/functions/get_objects_in_term/)
 * Retrieves object IDs of valid taxonomy and term.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_objects_in_term/#used-by)
   | Uses [8 functions](https://developer.wordpress.org/reference/functions/get_objects_in_term/#uses)
   | Source: [wp-includes/taxonomy.php:871](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/taxonomy.php#L871-L912)
 * function[get_object_subtype()](https://developer.wordpress.org/reference/functions/get_object_subtype/)
 * Returns the object subtype for a given object ID of a specific type.
 * Used by [8 functions](https://developer.wordpress.org/reference/functions/get_object_subtype/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/get_object_subtype/#uses)
   | Source: [wp-includes/meta.php:1794](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/meta.php#L1794-L1855)
 * function[get_object_taxonomies()](https://developer.wordpress.org/reference/functions/get_object_taxonomies/)
 * Returns the names or objects of the taxonomies which are registered for the requested
   object or object type, such as a post object or post type name.
 * Used by [38 functions](https://developer.wordpress.org/reference/functions/get_object_taxonomies/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_object_taxonomies/#uses)
   | Source: [wp-includes/taxonomy.php:311](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/taxonomy.php#L311-L335)
 * function[get_object_term_cache()](https://developer.wordpress.org/reference/functions/get_object_term_cache/)
 * Retrieves the cached term objects for the given object ID.
 * Used by [7 functions](https://developer.wordpress.org/reference/functions/get_object_term_cache/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/get_object_term_cache/#uses)
   | Source: [wp-includes/taxonomy.php:3767](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/taxonomy.php#L3767-L3799)
 * function[get_oembed_endpoint_url()](https://developer.wordpress.org/reference/functions/get_oembed_endpoint_url/)
 * Retrieves the oEmbed endpoint URL for a given permalink.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_oembed_endpoint_url/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/get_oembed_endpoint_url/#uses)
   | Source: [wp-includes/embed.php:455](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/embed.php#L455-L478)
 * function[get_oembed_response_data()](https://developer.wordpress.org/reference/functions/get_oembed_response_data/)
 * Retrieves the oEmbed response data for a given post.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_oembed_response_data/#used-by)
   | Uses [10 functions](https://developer.wordpress.org/reference/functions/get_oembed_response_data/#uses)
   | Source: [wp-includes/embed.php:561](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/embed.php#L561-L628)
 * function[get_oembed_response_data_for_url()](https://developer.wordpress.org/reference/functions/get_oembed_response_data_for_url/)
 * Retrieves the oEmbed response data for a given URL.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_oembed_response_data_for_url/#used-by)
   | Uses [12 functions](https://developer.wordpress.org/reference/functions/get_oembed_response_data_for_url/#uses)
   | Source: [wp-includes/embed.php:640](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/embed.php#L640-L705)
 * function[get_oembed_response_data_rich()](https://developer.wordpress.org/reference/functions/get_oembed_response_data_rich/)
 * Filters the oEmbed response data to return an iframe embed code.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_oembed_response_data_rich/#used-by)
   | Uses [8 functions](https://developer.wordpress.org/reference/functions/get_oembed_response_data_rich/#uses)
   | Source: [wp-includes/embed.php:719](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/embed.php#L719-L749)
 * function[get_option()](https://developer.wordpress.org/reference/functions/get_option/)
 * Retrieves an option value based on an option name.
 * Used by [354 functions](https://developer.wordpress.org/reference/functions/get_option/#used-by)
   | Uses [14 functions](https://developer.wordpress.org/reference/functions/get_option/#uses)
   | Source: [wp-includes/option.php:78](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/option.php#L78-L257)
 * function[get_options()](https://developer.wordpress.org/reference/functions/get_options/)
 * Retrieves multiple options.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_options/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_options/#uses)
   | Source: [wp-includes/option.php:367](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/option.php#L367-L376)
 * function[get_others_drafts()](https://developer.wordpress.org/reference/functions/get_others_drafts/)
 * Retrieve drafts from other users.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_others_drafts/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_others_drafts/#uses)
   | Source: [wp-admin/includes/deprecated.php:727](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/deprecated.php#L727-L731)
 * function[get_others_pending()](https://developer.wordpress.org/reference/functions/get_others_pending/)
 * Retrieve pending review posts from other users.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_others_pending/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_others_pending/#uses)
   | Source: [wp-admin/includes/deprecated.php:742](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/deprecated.php#L742-L746)
 * function[get_others_unpublished_posts()](https://developer.wordpress.org/reference/functions/get_others_unpublished_posts/)
 * Retrieves editable posts from other users.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_others_unpublished_posts/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/get_others_unpublished_posts/#uses)
   | Source: [wp-admin/includes/deprecated.php:694](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/deprecated.php#L694-L716)
 * function[get_page()](https://developer.wordpress.org/reference/functions/get_page/)
 * Retrieves page data given a page ID or page object.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_page/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_page/#uses)
   | Source: [wp-includes/post.php:6134](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/post.php#L6134-L6136)
 * function[get_paged_template()](https://developer.wordpress.org/reference/functions/get_paged_template/)
 * Retrieve path of paged template in current or parent template.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_paged_template/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_paged_template/#uses)
   | Source: [wp-includes/deprecated.php:3817](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L3817-L3821)
 * function[get_pagenum_link()](https://developer.wordpress.org/reference/functions/get_pagenum_link/)
 * Retrieves the link for a page number.
 * Used by [3 functions](https://developer.wordpress.org/reference/functions/get_pagenum_link/#used-by)
   | Uses [13 functions](https://developer.wordpress.org/reference/functions/get_pagenum_link/#uses)
   | Source: [wp-includes/link-template.php:2433](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/link-template.php#L2433-L2506)
 * function[get_pages()](https://developer.wordpress.org/reference/functions/get_pages/)
 * Retrieves an array of pages (or hierarchical post type items).
 * Used by [5 functions](https://developer.wordpress.org/reference/functions/get_pages/#used-by)
   | Uses [9 functions](https://developer.wordpress.org/reference/functions/get_pages/#uses)
   | Source: [wp-includes/post.php:6413](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/post.php#L6413-L6589)
 * function[get_page_by_path()](https://developer.wordpress.org/reference/functions/get_page_by_path/)
 * Retrieves a page given its path.
 * Used by [9 functions](https://developer.wordpress.org/reference/functions/get_page_by_path/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/functions/get_page_by_path/#uses)
   | Source: [wp-includes/post.php:6152](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/post.php#L6152-L6236)

 [Previous Page](https://developer.wordpress.org/reference/functions/page/22/?output_format=md)

[1](https://developer.wordpress.org/reference/functions/?output_format=md) … [21](https://developer.wordpress.org/reference/functions/page/21/?output_format=md)
[22](https://developer.wordpress.org/reference/functions/page/22/?output_format=md)
23 [24](https://developer.wordpress.org/reference/functions/page/24/?output_format=md)
[25](https://developer.wordpress.org/reference/functions/page/25/?output_format=md)…
[49](https://developer.wordpress.org/reference/functions/page/49/?output_format=md)

 [Next Page](https://developer.wordpress.org/reference/functions/page/24/?output_format=md)