Summery Summery
Default filter attached to pingback_ping_source_uri to validate the pingback’s Source URI
Syntax Syntax
Parameters Parameters
- $source_uri
 - 
					
(Required)
 
Return Return
(string)
Source Source
File: wp-includes/comment.php
					$post_links[] = $link_test;
				} elseif ( isset( $test['path'] ) && ( '/' !== $test['path'] ) && ( '' !== $test['path'] ) ) {
					$post_links[] = $link_test;
			Advertisement
Changelog Changelog
| Version | Description | 
|---|---|
| 3.5.1 | Introduced. |