WP_User::get_site_id()
Gets the ID of the site for which the user’s capabilities are currently initialized.
Description Description
Return Return
(int) Site ID.
Source Source
File: wp-includes/class-wp-user.php
public function get_site_id() {
return $this->site_id;
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |