Uses
Uses | Description |
---|---|
wp-includes/http.php: wp_http_validate_url() | Validate a URL for safe use in the HTTP API. |
Default filter attached to pingback_ping_source_uri to validate the pingback’s Source URI
(string) (Required)
(string)
File: wp-includes/comment.php
function pingback_ping_source_uri( $source_uri ) { return (string) wp_http_validate_url( $source_uri ); }
Version | Description |
---|---|
3.5.1 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/pingback_ping_source_uri