Uses
Uses | Description |
---|---|
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/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/kses.php: wp_kses_hair() | Builds an attribute list from string containing attributes. |
wp-includes/functions.php: wp_allowed_protocols() | Retrieve a list of protocols to allow in HTML attributes. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |