Default filter attached to pingback_ping_source_uri to validate the pingback’s Source URI.
$source_uristringrequired
function pingback_ping_source_uri( $source_uri ) {
return (string) wp_http_validate_url( $source_uri );
}
| Version | Description |
|---|---|
| 3.5.1 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/pingback_ping_source_uri