wp_interactivity_get_context() Gets the current Interactivity API context for a given namespace.
wp_interactivity_get_element() Returns an array representation of the current element being processed.
wp_should_replace_insecure_home_url() Checks whether WordPress should replace old HTTP URLs to the site with their HTTPS counterpart.
wp_replace_insecure_home_url() Replaces insecure HTTP URLs to the site in the given content, if configured to do so.
wp_update_urls_to_https() Update the 'home' and 'siteurl' option to use the HTTPS variant of their URL.
wp_update_https_migration_required() Updates the 'https_migration_required' option if needed when the given URL has been updated from HTTP to HTTPS.
get_header() Loads header template.
get_footer() Loads footer template.
get_sidebar() Loads sidebar template.
get_template_part() Loads a template part into a template.
get_search_form() Displays search form.
wp_loginout() Displays the Log In/Out link.
wp_logout_url() Retrieves the logout URL.
wp_login_url() Retrieves the login URL.
wp_registration_url() Returns the URL that allows the user to register on the site.
wp_login_form() Provides a simple login form for use anywhere within WordPress.
wp_lostpassword_url() Returns the URL that allows the user to reset the lost password.
wp_register() Displays the Registration or Admin link.
wp_meta() Theme container function for the 'wp_meta' action.
bloginfo() Displays information about the current site.
get_bloginfo() Retrieves information about the current site.
get_site_icon_url() Returns the Site Icon URL.
site_icon_url() Displays the Site Icon URL.
has_site_icon() Determines whether the site has a Site Icon.
has_custom_logo() Determines whether the site has a custom logo.
get_custom_logo() Returns a custom logo, linked to home unless the theme supports removing the link on the home page.
the_custom_logo() Displays a custom logo, linked to home unless the theme supports removing the link on the home page.
wp_get_document_title() Returns document title for the current page.
_wp_render_title_tag() Displays title tag with content.
wp_title() Displays or retrieves page title for all areas of blog.
single_post_title() Displays or retrieves page title for post.
post_type_archive_title() Displays or retrieves title for a post type archive.
single_cat_title() Displays or retrieves page title for category archive.
single_tag_title() Displays or retrieves page title for tag post archive.
single_term_title() Displays or retrieves page title for taxonomy term archive.
single_month_title() Displays or retrieves page title for post archive based on date.
the_archive_title() Displays the archive title based on the queried object.
get_the_archive_title() Retrieves the archive title based on the queried object.
the_archive_description() Displays category, tag, term, or author description.
get_the_archive_description() Retrieves the description for an author, post type, or term archive.
get_the_post_type_description() Retrieves the description for a post type archive.
get_archives_link() Retrieves archive link content based on predefined or custom code.
wp_get_archives() Displays archive links based on type and format.
calendar_week_mod() Gets number of days since the start of the week.
get_calendar() Displays calendar with days that have posts as links.
delete_get_calendar_cache() Purges the cached results of get_calendar.
allowed_tags() Displays all of the allowed tags in HTML format with attributes.
the_date_xml() Outputs the date in iso8601 format for xml files.
the_date() Displays or retrieves the date of the post (once per date).
get_the_date() Retrieves the date of the post.