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

---

# Functions

 * function[get_theme_file_uri()](https://developer.wordpress.org/reference/functions/get_theme_file_uri/)
 * Retrieves the URL of a file in the theme.
 * Used by [5 functions](https://developer.wordpress.org/reference/functions/get_theme_file_uri/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/get_theme_file_uri/#uses)
   | Source: [wp-includes/link-template.php:4647](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/link-template.php#L4647-L4669)
 * function[get_theme_mod()](https://developer.wordpress.org/reference/functions/get_theme_mod/)
 * Retrieves theme modification value for the active theme.
 * Used by [25 functions](https://developer.wordpress.org/reference/functions/get_theme_mod/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/get_theme_mod/#uses)
   | Source: [wp-includes/theme.php:1067](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/theme.php#L1067-L1096)
 * function[get_theme_mods()](https://developer.wordpress.org/reference/functions/get_theme_mods/)
 * Retrieves all theme modifications.
 * Used by [4 functions](https://developer.wordpress.org/reference/functions/get_theme_mods/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/get_theme_mods/#uses)
   | Source: [wp-includes/theme.php:1029](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/theme.php#L1029-L1051)
 * function[get_theme_root()](https://developer.wordpress.org/reference/functions/get_theme_root/)
 * Retrieves path to themes directory.
 * Used by [13 functions](https://developer.wordpress.org/reference/functions/get_theme_root/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_theme_root/#uses)
   | Source: [wp-includes/theme.php:600](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/theme.php#L600-L630)
 * function[get_theme_roots()](https://developer.wordpress.org/reference/functions/get_theme_roots/)
 * Retrieves theme roots.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_theme_roots/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_theme_roots/#uses)
   | Source: [wp-includes/theme.php:388](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/theme.php#L388-L401)
 * function[get_theme_root_uri()](https://developer.wordpress.org/reference/functions/get_theme_root_uri/)
 * Retrieves URI for themes directory.
 * Used by [3 functions](https://developer.wordpress.org/reference/functions/get_theme_root_uri/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/functions/get_theme_root_uri/#uses)
   | Source: [wp-includes/theme.php:647](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/theme.php#L647-L683)
 * function[get_theme_starter_content()](https://developer.wordpress.org/reference/functions/get_theme_starter_content/)
 * Expands a theme’s starter content configuration using core-provided data.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_theme_starter_content/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/get_theme_starter_content/#uses)
   | Source: [wp-includes/theme.php:2293](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/theme.php#L2293-L2611)
 * function[get_theme_support()](https://developer.wordpress.org/reference/functions/get_theme_support/)
 * Gets the theme support arguments passed when registering that support.
 * Used by [43 functions](https://developer.wordpress.org/reference/functions/get_theme_support/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/functions/get_theme_support/#uses)
   | Source: [wp-includes/theme.php:3042](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/theme.php#L3042-L3065)
 * function[get_theme_updates()](https://developer.wordpress.org/reference/functions/get_theme_updates/)
 * Retrieves themes with updates available.
 * Used by [6 functions](https://developer.wordpress.org/reference/functions/get_theme_updates/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_theme_updates/#uses)
   | Source: [wp-admin/includes/update.php:629](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/update.php#L629-L644)
 * function[get_theme_update_available()](https://developer.wordpress.org/reference/functions/get_theme_update_available/)
 * Retrieves the update link if there is a theme update available.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_theme_update_available/#used-by)
   | Uses [10 functions](https://developer.wordpress.org/reference/functions/get_theme_update_available/#uses)
   | Source: [wp-admin/includes/theme.php:193](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/theme.php#L193-L277)
 * function[get_the_archive_description()](https://developer.wordpress.org/reference/functions/get_the_archive_description/)
 * Retrieves the description for an author, post type, or term archive.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_the_archive_description/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/functions/get_the_archive_description/#uses)
   | Source: [wp-includes/general-template.php:1840](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/general-template.php#L1840-L1857)
 * function[get_the_archive_title()](https://developer.wordpress.org/reference/functions/get_the_archive_title/)
 * Retrieves the archive title based on the queried object.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_the_archive_title/#used-by)
   | Uses [19 functions](https://developer.wordpress.org/reference/functions/get_the_archive_title/#uses)
   | Source: [wp-includes/general-template.php:1719](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/general-template.php#L1719-L1810)
 * function[get_the_attachment_link()](https://developer.wordpress.org/reference/functions/get_the_attachment_link/)
 * Retrieve HTML content of attachment image with link.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_attachment_link/#used-by)
   | Uses [7 functions](https://developer.wordpress.org/reference/functions/get_the_attachment_link/#uses)
   | Source: [wp-includes/deprecated.php:1868](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1868-L1883)
 * function[get_the_author()](https://developer.wordpress.org/reference/functions/get_the_author/)
 * Retrieves the author of the current post.
 * Used by [6 functions](https://developer.wordpress.org/reference/functions/get_the_author/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author/#uses)
   | Source: [wp-includes/author-template.php:24](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/author-template.php#L24-L39)
 * function[get_the_author_aim()](https://developer.wordpress.org/reference/functions/get_the_author_aim/)
 * Retrieve the AIM address of the author of the current post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_author_aim/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_aim/#uses)
   | Source: [wp-includes/deprecated.php:1567](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1567-L1570)
 * function[get_the_author_description()](https://developer.wordpress.org/reference/functions/get_the_author_description/)
 * Retrieve the description of the author of the current post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_author_description/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_description/#uses)
   | Source: [wp-includes/deprecated.php:1333](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1333-L1336)
 * function[get_the_author_email()](https://developer.wordpress.org/reference/functions/get_the_author_email/)
 * Retrieve the email of the author of the current post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_author_email/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_email/#uses)
   | Source: [wp-includes/deprecated.php:1463](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1463-L1466)
 * function[get_the_author_firstname()](https://developer.wordpress.org/reference/functions/get_the_author_firstname/)
 * Retrieve the first name of the author of the current post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_author_firstname/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_firstname/#uses)
   | Source: [wp-includes/deprecated.php:1385](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1385-L1388)
 * function[get_the_author_icq()](https://developer.wordpress.org/reference/functions/get_the_author_icq/)
 * Retrieve the ICQ number of the author of the current post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_author_icq/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_icq/#uses)
   | Source: [wp-includes/deprecated.php:1489](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1489-L1492)
 * function[get_the_author_ID()](https://developer.wordpress.org/reference/functions/get_the_author_id/)
 * Retrieve the ID of the author of the current post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_author_id/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_id/#uses)
   | Source: [wp-includes/deprecated.php:1634](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1634-L1637)
 * function[get_the_author_lastname()](https://developer.wordpress.org/reference/functions/get_the_author_lastname/)
 * Retrieve the last name of the author of the current post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_author_lastname/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_lastname/#uses)
   | Source: [wp-includes/deprecated.php:1411](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1411-L1414)
 * function[get_the_author_link()](https://developer.wordpress.org/reference/functions/get_the_author_link/)
 * Retrieves either author’s link or author’s name.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_the_author_link/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/functions/get_the_author_link/#uses)
   | Source: [wp-includes/author-template.php:238](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/author-template.php#L238-L266)
 * function[get_the_author_login()](https://developer.wordpress.org/reference/functions/get_the_author_login/)
 * Retrieve the login name of the author of the current post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_author_login/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_login/#uses)
   | Source: [wp-includes/deprecated.php:1359](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1359-L1362)
 * function[get_the_author_meta()](https://developer.wordpress.org/reference/functions/get_the_author_meta/)
 * Retrieves the requested data of the author of the current post.
 * Used by [23 functions](https://developer.wordpress.org/reference/functions/get_the_author_meta/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_meta/#uses)
   | Source: [wp-includes/author-template.php:167](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/author-template.php#L167-L196)
 * function[get_the_author_msn()](https://developer.wordpress.org/reference/functions/get_the_author_msn/)
 * Retrieve the MSN address of the author of the current post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_author_msn/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_msn/#uses)
   | Source: [wp-includes/deprecated.php:1541](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1541-L1544)
 * function[get_the_author_nickname()](https://developer.wordpress.org/reference/functions/get_the_author_nickname/)
 * Retrieve the nickname of the author of the current post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_author_nickname/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_nickname/#uses)
   | Source: [wp-includes/deprecated.php:1437](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1437-L1440)
 * function[get_the_author_posts()](https://developer.wordpress.org/reference/functions/get_the_author_posts/)
 * Retrieves the number of posts by the author of the current post.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_the_author_posts/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_posts/#uses)
   | Source: [wp-includes/author-template.php:289](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/author-template.php#L289-L295)
 * function[get_the_author_posts_link()](https://developer.wordpress.org/reference/functions/get_the_author_posts_link/)
 * Retrieves an HTML link to the author page of the current post’s author.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_the_author_posts_link/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/functions/get_the_author_posts_link/#uses)
   | Source: [wp-includes/author-template.php:318](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/author-template.php#L318-L341)
 * function[get_the_author_url()](https://developer.wordpress.org/reference/functions/get_the_author_url/)
 * Retrieve the URL to the home page of the author of the current post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_author_url/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_url/#uses)
   | Source: [wp-includes/deprecated.php:1608](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1608-L1611)
 * function[get_the_author_yim()](https://developer.wordpress.org/reference/functions/get_the_author_yim/)
 * Retrieve the Yahoo! IM name of the author of the current post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_the_author_yim/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_yim/#uses)
   | Source: [wp-includes/deprecated.php:1515](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1515-L1518)

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

[1](https://developer.wordpress.org/reference/functions/?output_format=md) … [28](https://developer.wordpress.org/reference/functions/page/28/?output_format=md)
[29](https://developer.wordpress.org/reference/functions/page/29/?output_format=md)
30 [31](https://developer.wordpress.org/reference/functions/page/31/?output_format=md)
[32](https://developer.wordpress.org/reference/functions/page/32/?output_format=md)…
[49](https://developer.wordpress.org/reference/functions/page/49/?output_format=md)

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