Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/formatting.php | apply_filters | 5607 | /** * 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. */ |
Hook Parameters
Parameter 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. |