apply_filters( ‘sanitize_trackback_urls’, string $urls_to_ping, string $to_ping )

In this article

Filters a list of trackback URLs following sanitization.

Description

The string returned here consists of a space or carriage return-delimited list of trackback URLs.

Parameters

$urls_to_pingstring
Sanitized space or carriage return separated URLs.
$to_pingstring
Space or carriage return separated URLs before sanitization.

Source

return apply_filters( 'sanitize_trackback_urls', $urls_to_ping, $to_ping );

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

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