_wp_filter_build_unique_id() Builds a unique string ID for a hook callback function.
get_block_wrapper_attributes() Generates a string of attributes by applying to the current block being
get_category_link() Retrieves category link URL.
get_category_parents() Retrieves category parents with separator.
get_the_category() Retrieves post categories.
get_the_category_by_ID() Retrieves category name based on category ID.
get_the_category_list() Retrieves category list for a post in either HTML list or custom format.
in_category() Checks if the current post is within any of the given categories.
the_category() Displays category list for a post in either HTML list or custom format.
category_description() Retrieves category description.
wp_dropdown_categories() Displays or retrieves the HTML dropdown list of categories.
wp_list_categories() Displays or retrieves the HTML list of categories.
wp_tag_cloud() Displays a tag cloud.
default_topic_count_scale() Default topic count scaling for tag links.
wp_generate_tag_cloud() Generates a tag cloud (heatmap) from provided data.
_wp_object_name_sort_cb() Serves as a callback for comparing objects based on name.
_wp_object_count_sort_cb() Serves as a callback for comparing objects based on count.
walk_category_tree() Retrieves HTML list content for category list.
walk_category_dropdown_tree() Retrieves HTML dropdown (select) content for category list.
get_tag_link() Retrieves the link to the tag.
get_the_tags() Retrieves the tags for a post.
get_the_tag_list() Retrieves the tags for a post formatted as a string.
the_tags() Displays the tags for a post.
tag_description() Retrieves tag description.
term_description() Retrieves term description.
get_the_terms() Retrieves the terms of the taxonomy that are attached to the post.
get_the_term_list() Retrieves a post's terms as a list with specified format.
get_term_parents_list() Retrieves term parents with separator.
the_terms() Displays the terms for a post in a list.
has_category() Checks if the current post has any of given category.
has_tag() Checks if the current post has any of given tags.
has_term() Checks if the current post has any of given terms.
has_post_thumbnail() Determines whether a post has an image attached.
get_post_thumbnail_id() Retrieves the post thumbnail ID.
the_post_thumbnail() Displays the post thumbnail.
update_post_thumbnail_cache() Updates cache for thumbnails in the current loop.
get_the_post_thumbnail() Retrieves the post thumbnail.
get_the_post_thumbnail_url() Returns the post thumbnail URL.
the_post_thumbnail_url() Displays the post thumbnail URL.
get_the_post_thumbnail_caption() Returns the post thumbnail caption.
the_post_thumbnail_caption() Displays the post thumbnail caption.
wp_get_themes() Returns an array of WP_Theme objects based on the arguments.
wp_get_theme() Gets a WP_Theme object for a theme.
wp_clean_themes_cache() Clears the cache held by get_theme_roots() and WP_Theme.
is_child_theme() Whether a child theme is in use.
get_stylesheet() Retrieves name of the current stylesheet.
get_stylesheet_directory() Retrieves stylesheet directory path for the active theme.
get_stylesheet_directory_uri() Retrieves stylesheet directory URI for the active theme.
get_stylesheet_uri() Retrieves stylesheet URI for the active theme.
get_locale_stylesheet_uri() Retrieves the localized stylesheet URI.