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

---

# Functions

 * function[get_classic_theme_supports_block_editor_settings()](https://developer.wordpress.org/reference/functions/get_classic_theme_supports_block_editor_settings/)
 * Returns the classic theme supports settings for block editor.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_classic_theme_supports_block_editor_settings/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_classic_theme_supports_block_editor_settings/#uses)
   | Source: [wp-includes/block-editor.php:833](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/block-editor.php#L833-L866)
 * function[get_clean_basedomain()](https://developer.wordpress.org/reference/functions/get_clean_basedomain/)
 * Get base domain of network.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_clean_basedomain/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_clean_basedomain/#uses)
   | Source: [wp-admin/includes/network.php:87](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/network.php#L87-L98)
 * function[get_cli_args()](https://developer.wordpress.org/reference/functions/get_cli_args/)
 * Returns value of command line params.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_cli_args/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/functions/get_cli_args/#uses)
   | Source: [wp-admin/includes/class-wp-importer.php:296](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-importer.php#L296-L347)
 * function[get_column_headers()](https://developer.wordpress.org/reference/functions/get_column_headers/)
 * Get the column headers for a screen
 * Used by [5 functions](https://developer.wordpress.org/reference/functions/get_column_headers/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_column_headers/#uses)
   | Source: [wp-admin/includes/screen.php:17](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/screen.php#L17-L41)
 * function[get_comment()](https://developer.wordpress.org/reference/functions/get_comment/)
 * Retrieves comment data given a comment ID or comment object.
 * Used by [67 functions](https://developer.wordpress.org/reference/functions/get_comment/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/get_comment/#uses)
   | Source: [wp-includes/comment.php:221](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment.php#L221-L255)
 * function[get_commentdata()](https://developer.wordpress.org/reference/functions/get_commentdata/)
 * Retrieve an array of comment data about comment $comment_id.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_commentdata/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_commentdata/#uses)
   | Source: [wp-includes/deprecated.php:1241](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L1241-L1244)
 * function[get_comments()](https://developer.wordpress.org/reference/functions/get_comments/)
 * Retrieves a list of comments.
 * Used by [13 functions](https://developer.wordpress.org/reference/functions/get_comments/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_comments/#uses)
   | Source: [wp-includes/comment.php:268](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment.php#L268-L271)
 * function[get_comments_link()](https://developer.wordpress.org/reference/functions/get_comments_link/)
 * Retrieves the link to the current post comments.
 * Used by [3 functions](https://developer.wordpress.org/reference/functions/get_comments_link/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/get_comments_link/#uses)
   | Source: [wp-includes/comment-template.php:873](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L873-L886)
 * function[get_comments_number()](https://developer.wordpress.org/reference/functions/get_comments_number/)
 * Retrieves the amount of comments a post has.
 * Used by [5 functions](https://developer.wordpress.org/reference/functions/get_comments_number/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_comments_number/#uses)
   | Source: [wp-includes/comment-template.php:915](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L915-L930)
 * function[get_comments_number_text()](https://developer.wordpress.org/reference/functions/get_comments_number_text/)
 * Displays the language string for the number of comments the current post has.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_comments_number_text/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/functions/get_comments_number_text/#uses)
   | Source: [wp-includes/comment-template.php:959](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L959-L1013)
 * function[get_comments_pagenum_link()](https://developer.wordpress.org/reference/functions/get_comments_pagenum_link/)
 * Retrieves the comments page number link.
 * Used by [3 functions](https://developer.wordpress.org/reference/functions/get_comments_pagenum_link/#used-by)
   | Uses [7 functions](https://developer.wordpress.org/reference/functions/get_comments_pagenum_link/#uses)
   | Source: [wp-includes/link-template.php:3080](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/link-template.php#L3080-L3114)
 * function[get_comments_pagination_arrow()](https://developer.wordpress.org/reference/functions/get_comments_pagination_arrow/)
 * Helper function that returns the proper pagination arrow HTML for `CommentsPaginationNext`
   and `CommentsPaginationPrevious` blocks based on the provided `paginationArrow`
   from `CommentsPagination` context.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_comments_pagination_arrow/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/functions/get_comments_pagination_arrow/#uses)
   | Source: [wp-includes/blocks.php:2960](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/blocks.php#L2960-L2979)
 * function[get_comments_popup_template()](https://developer.wordpress.org/reference/functions/get_comments_popup_template/)
 * Retrieve path of comment popup template in current or parent template.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_comments_popup_template/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_comments_popup_template/#uses)
   | Source: [wp-includes/deprecated.php:3743](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/deprecated.php#L3743-L3747)
 * function[get_comment_author()](https://developer.wordpress.org/reference/functions/get_comment_author/)
 * Retrieves the author of the current comment.
 * Used by [9 functions](https://developer.wordpress.org/reference/functions/get_comment_author/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/get_comment_author/#uses)
   | Source: [wp-includes/comment-template.php:24](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L24-L57)
 * function[get_comment_author_email()](https://developer.wordpress.org/reference/functions/get_comment_author_email/)
 * Retrieves the email of the author of the current comment.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_comment_author_email/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_comment_author_email/#uses)
   | Source: [wp-includes/comment-template.php:95](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L95-L109)
 * function[get_comment_author_email_link()](https://developer.wordpress.org/reference/functions/get_comment_author_email_link/)
 * Returns the HTML email link to the author of the current comment.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_comment_author_email_link/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/get_comment_author_email_link/#uses)
   | Source: [wp-includes/comment-template.php:188](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L188-L218)
 * function[get_comment_author_IP()](https://developer.wordpress.org/reference/functions/get_comment_author_ip/)
 * Retrieves the IP address of the author of the current comment.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_comment_author_ip/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_comment_author_ip/#uses)
   | Source: [wp-includes/comment-template.php:319](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L319-L333)
 * function[get_comment_author_link()](https://developer.wordpress.org/reference/functions/get_comment_author_link/)
 * Retrieves the HTML link to the URL of the author of the current comment.
 * Used by [5 functions](https://developer.wordpress.org/reference/functions/get_comment_author_link/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/functions/get_comment_author_link/#uses)
   | Source: [wp-includes/comment-template.php:233](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L233-L294)
 * function[get_comment_author_rss()](https://developer.wordpress.org/reference/functions/get_comment_author_rss/)
 * Retrieves the current comment author for use in the feeds.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_comment_author_rss/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_comment_author_rss/#uses)
   | Source: [wp-includes/feed.php:329](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/feed.php#L329-L340)
 * function[get_comment_author_url()](https://developer.wordpress.org/reference/functions/get_comment_author_url/)
 * Retrieves the URL of the author of the current comment, not linked.
 * Used by [4 functions](https://developer.wordpress.org/reference/functions/get_comment_author_url/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/get_comment_author_url/#uses)
   | Source: [wp-includes/comment-template.php:358](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L358-L382)
 * function[get_comment_author_url_link()](https://developer.wordpress.org/reference/functions/get_comment_author_url_link/)
 * Retrieves the HTML link of the URL of the author of the current comment.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_comment_author_url_link/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_comment_author_url_link/#uses)
   | Source: [wp-includes/comment-template.php:433](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L433-L458)
 * function[get_comment_class()](https://developer.wordpress.org/reference/functions/get_comment_class/)
 * Returns the classes for the comment div as an array.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_comment_class/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/get_comment_class/#uses)
   | Source: [wp-includes/comment-template.php:520](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L520-L600)
 * function[get_comment_count()](https://developer.wordpress.org/reference/functions/get_comment_count/)
 * Retrieves the total comment counts for the whole site or a single post.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_comment_count/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_comment_count/#uses)
   | Source: [wp-includes/comment.php:403](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment.php#L403-L440)
 * function[get_comment_date()](https://developer.wordpress.org/reference/functions/get_comment_date/)
 * Retrieves the comment date of the current comment.
 * Used by [4 functions](https://developer.wordpress.org/reference/functions/get_comment_date/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/get_comment_date/#uses)
   | Source: [wp-includes/comment-template.php:613](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L613-L630)
 * function[get_comment_delimited_block_content()](https://developer.wordpress.org/reference/functions/get_comment_delimited_block_content/)
 * Returns the content of a block, including comment delimiters.
 * Used by [7 functions](https://developer.wordpress.org/reference/functions/get_comment_delimited_block_content/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_comment_delimited_block_content/#uses)
   | Source: [wp-includes/blocks.php:1668](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/blocks.php#L1668-L1687)
 * function[get_comment_excerpt()](https://developer.wordpress.org/reference/functions/get_comment_excerpt/)
 * Retrieves the excerpt of the given comment.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_comment_excerpt/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/functions/get_comment_excerpt/#uses)
   | Source: [wp-includes/comment-template.php:658](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L658-L692)
 * function[get_comment_guid()](https://developer.wordpress.org/reference/functions/get_comment_guid/)
 * Retrieves the feed GUID for the current comment.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_comment_guid/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_comment_guid/#uses)
   | Source: [wp-includes/feed.php:291](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/feed.php#L291-L299)
 * function[get_comment_ID()](https://developer.wordpress.org/reference/functions/get_comment_id/)
 * Retrieves the comment ID of the current comment.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_comment_id/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_comment_id/#uses)
   | Source: [wp-includes/comment-template.php:727](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L727-L742)
 * function[get_comment_id_fields()](https://developer.wordpress.org/reference/functions/get_comment_id_fields/)
 * Retrieves hidden input HTML for replying to comments.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_comment_id_fields/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/get_comment_id_fields/#uses)
   | Source: [wp-includes/comment-template.php:2045](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L2045-L2067)
 * function[get_comment_link()](https://developer.wordpress.org/reference/functions/get_comment_link/)
 * Retrieves the link to a given comment.
 * Used by [14 functions](https://developer.wordpress.org/reference/functions/get_comment_link/#used-by)
   | Uses [11 functions](https://developer.wordpress.org/reference/functions/get_comment_link/#uses)
   | Source: [wp-includes/comment-template.php:778](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/comment-template.php#L778-L863)

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

[1](https://developer.wordpress.org/reference/functions/?output_format=md) … [16](https://developer.wordpress.org/reference/functions/page/16/?output_format=md)
[17](https://developer.wordpress.org/reference/functions/page/17/?output_format=md)
18 [19](https://developer.wordpress.org/reference/functions/page/19/?output_format=md)
[20](https://developer.wordpress.org/reference/functions/page/20/?output_format=md)…
[49](https://developer.wordpress.org/reference/functions/page/49/?output_format=md)

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