apply_filters( 'sanitize_trackback_urls', string $urls_to_ping, string $to_ping )

Filters a list of trackback URLs following sanitization.


Description Description

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


Parameters Parameters

$urls_to_ping

(string) Sanitized space or carriage return separated URLs.

$to_ping

(string) Space or carriage return separated URLs before sanitization.


Top ↑

Source Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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