Uses
| Uses | Description |
|---|---|
| wp-includes/l10n.php: _e() | Display translated text. |
| wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
| wp-includes/ms-blogs.php: switch_to_blog() | Switch the current blog. |
| wp-includes/ms-blogs.php: restore_current_blog() | Restore the current blog, after calling switch_to_blog(). |