Uses
Uses | Description |
---|---|
wp-includes/ms-functions.php: send_network_admin_email_change_email | Filters whether to send the network admin email change notification email. |
wp-includes/ms-functions.php: network_admin_email_change_email | Filters the contents of the email notification sent when the network admin email address is changed. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_specialchars_decode() | Converts a number of HTML entities into their special characters. |
wp-includes/pluggable.php: wp_mail() | Sends an email, similar to PHP’s mail function. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
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. |