wordpress / latest / classes / wp_roles / get_site_id.html

WP_Roles::get_site_id(): int

Gets the ID of the site for which roles are currently initialized.

Return

int Site ID.

Source

File: wp-includes/class-wp-roles.php. View all references

public function get_site_id() {
	return $this->site_id;
}

Changelog

Version Description
4.9.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_roles/get_site_id