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