Uses
Uses | Description |
---|---|
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/load.php: get_current_network_id() | Retrieves the current network ID. |
wp-includes/http.php: wp_parse_url() | A wrapper for PHP’s parse_url() function that handles consistency in the return values across PHP versions. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: wp_specialchars_decode() | Converts a number of HTML entities into their special characters. |
wp-includes/pluggable.php: get_user_by() | Retrieve user info by a given field |
wp-includes/pluggable.php: wp_mail() | Sends an email, similar to PHP’s mail function. |
wp-includes/link-template.php: network_site_url() | Retrieves the site URL for the current 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: get_site_option() | Retrieve an option value for the current network based on name of option. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/ms-functions.php: wpmu_signup_blog_notification | Filters whether to bypass the new site email notification. |
wp-includes/ms-functions.php: wpmu_signup_blog_notification_email | Filters the message content of the new blog notification email. |
wp-includes/ms-functions.php: wpmu_signup_blog_notification_subject | Filters the subject of the new blog notification email. |
wp-includes/ms-load.php: is_subdomain_install() | Whether a subdomain configuration is enabled. |