清理后过滤引用URL列表。
原型
apply_filters( 'sanitize_trackback_urls', string $urls_to_ping, string $to_ping )
描述
此处返回的字符串由空格或回车分隔的引用URL列表组成。
参数
$urls_to_ping
(string)
清理空间或回车分离URL。
$to_ping
(string)
空格或回车在清理之前返回分隔的URL。
源文件
路径:wp-includes/formatting.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/sanitize_trackback_urls/