Uses
Uses | Description |
---|---|
wp-includes/functions.php: send_site_admin_email_change_email | Filters whether to send the site admin email change notification email. |
wp-includes/functions.php: site_admin_email_change_email | Filters the contents of the email notification sent when the site 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_option() | Retrieves an option value based on an option name. |