Uses
Uses | Description |
---|---|
wp-includes/ms-functions.php: new_network_admin_email_content | Filters the text of the email sent when a change of network admin email address is attempted. |
wp-includes/l10n.php: restore_previous_locale() | Restores the translations according to the previous locale. |
wp-includes/l10n.php: switch_to_locale() | Switches the translations according to the given locale. |
wp-includes/l10n.php: get_user_locale() | Retrieves the locale of a user. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: is_email() | Verifies that an email is valid. |
wp-includes/formatting.php: wp_specialchars_decode() | Converts a number of HTML entities into their special characters. |
wp-includes/pluggable.php: wp_get_current_user() | Retrieve the current user object. |
wp-includes/pluggable.php: wp_mail() | Sends an email, similar to PHP’s mail function. |
wp-includes/link-template.php: network_admin_url() | Retrieves the URL to the admin area for the network. |
wp-includes/link-template.php: network_home_url() | Retrieves the home URL for the current network. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: update_site_option() | Updates the value of an option that was already added for the current network. |
wp-includes/option.php: get_site_option() | Retrieve an option value for the current network based on name of option. |