Uses
Uses | Description |
---|---|
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/general-template.php: selected() | Outputs the HTML selected attribute. |
wp-includes/link-template.php: get_home_url() | Retrieves the URL for a given site where the front end is accessible. |
wp-includes/user.php: get_blogs_of_user() | Get the sites a user belongs to. |
wp-includes/user.php: get_user_meta() | Retrieve user meta field for a user. |
wp-includes/user.php: update_user_meta() | Update user meta field based on user ID. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |