Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/option.php: delete_option() | Removes option by name. Prevents removal of protected WordPress options. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/ms-functions.php: add_existing_user_to_blog() | Add a user to a blog based on details from maybe_add_existing_user_to_blog(). |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |