get_home_url() | Function | WordPress Developer Resources

wp-includes/ms-site.php:

wp_initialize_site()

Runs the initialization routine for a given site.

wp-includes/rest-api.php:

get_rest_url()

Retrieves the URL to a REST endpoint on a site.

wp-includes/embed.php:

get_oembed_response_data()

Retrieves the oEmbed response data for a given post.

wp-admin/includes/class-wp-ms-sites-list-table.php:

WP_MS_Sites_List_Table::handle_row_actions()

Generates and displays row action links.

wp-admin/includes/class-wp-ms-users-list-table.php:

WP_MS_Users_List_Table::column_blogs()

Handles the sites column output.

wp-signup.php:

signup_another_blog()

Shows a form for returning users to sign up for another site.

wp-admin/includes/ms.php:

_access_denied_splash()

Displays an access denied message when a user tries to view a site’s dashboard they do not have access to.

wp-admin/includes/ms.php:

choose_primary_blog()

Handles the display of choosing a user’s primary site.

wp-admin/includes/options.php:

options_general_add_js()

Display JavaScript on the page.

wp-includes/link-template.php:

home_url()

Retrieves the URL for the current site where the front end is accessible.

wp-includes/link-template.php:

get_post_type_archive_link()

Retrieves the permalink for a post type archive.

wp-includes/class-wp-admin-bar.php:

WP_Admin_Bar::initialize()

Initializes the admin bar.

wp-includes/admin-bar.php:

wp_admin_bar_site_menu()

Adds the “Site Name” menu.

wp-includes/admin-bar.php:

wp_admin_bar_my_sites_menu()

Adds the “My Sites/[Site Name]” menu and all submenus.

wp-includes/ms-deprecated.php:

install_blog()

Install an empty blog.