pingback_ping_source_uri( string $source_uri )

Default filter attached to pingback_ping_source_uri to validate the pingback’s Source URI


Description Description

See also See also


Top ↑

Parameters Parameters

$source_uri

(string) (Required)


Top ↑

Return Return

(string)


Top ↑

Source Source

File: wp-includes/comment.php

function pingback_ping_source_uri( $source_uri ) {
	return (string) wp_http_validate_url( $source_uri );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.5.1 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.