Filter hook 'sanitize_trackback_urls'

in WP Core File wp-includes/formatting.php at line 5755

Description

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

Occurrences

Filename Line Number
wp-includes/formatting.php 5755

Parameters

Type Name Description
string $urls_to_ping Sanitized space or carriage return separated URLs.
string $to_ping Space or carriage return separated URLs before sanitization.

PHP Doc

/**
	 * Filters a list of trackback URLs following sanitization.
	 *
	 * The string returned here consists of a space or carriage return-delimited list
	 * of trackback URLs.
	 *
	 * @since 3.4.0
	 *
	 * @param string $urls_to_ping Sanitized space or carriage return separated URLs.
	 * @param string $to_ping      Space or carriage return separated URLs before sanitization.
	 */