Default filter attached to pingback_ping_source_uri to validate the pingback’s Source URI.
Description
See also
Parameters
$source_uri
stringrequired
Source
function pingback_ping_source_uri( $source_uri ) {
return (string) wp_http_validate_url( $source_uri );
}
Changelog
Version | Description |
---|---|
3.5.1 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.