Functions
-
Returns the classic theme supports settings for block editor.
-
functionget_clean_basedomain()
Get base domain of network.
-
functionget_cli_args()
Returns value of command line params.
-
functionget_column_headers()
Get the column headers for a screen
-
functionget_comment()
Retrieves comment data given a comment ID or comment object.
-
functionget_commentdata()
Retrieve an array of comment data about comment $comment_id.
-
functionget_comments()
Retrieves a list of comments.
-
functionget_comments_link()
Retrieves the link to the current post comments.
-
functionget_comments_number()
Retrieves the amount of comments a post has.
-
functionget_comments_number_text()
Displays the language string for the number of comments the current post has.
-
functionget_comments_pagenum_link()
Retrieves the comments page number link.
-
functionget_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.
-
functionget_comments_popup_template()
Retrieve path of comment popup template in current or parent template.
-
functionget_comment_author()
Retrieves the author of the current comment.
-
functionget_comment_author_email()
Retrieves the email of the author of the current comment.
-
functionget_comment_author_email_link()
Returns the HTML email link to the author of the current comment.
-
functionget_comment_author_IP()
Retrieves the IP address of the author of the current comment.
-
functionget_comment_author_link()
Retrieves the HTML link to the URL of the author of the current comment.
-
functionget_comment_author_rss()
Retrieves the current comment author for use in the feeds.
-
functionget_comment_author_url()
Retrieves the URL of the author of the current comment, not linked.
-
functionget_comment_author_url_link()
Retrieves the HTML link of the URL of the author of the current comment.
-
functionget_comment_class()
Returns the classes for the comment div as an array.
-
functionget_comment_count()
Retrieves the total comment counts for the whole site or a single post.
-
functionget_comment_date()
Retrieves the comment date of the current comment.
-
Returns the content of a block, including comment delimiters.
-
functionget_comment_excerpt()
Retrieves the excerpt of the given comment.
-
functionget_comment_guid()
Retrieves the feed GUID for the current comment.
-
functionget_comment_ID()
Retrieves the comment ID of the current comment.
-
functionget_comment_id_fields()
Retrieves hidden input HTML for replying to comments.
-
functionget_comment_link()
Retrieves the link to a given comment.