5734*5735* @since 3.4.05736*5737* @param string$urls_to_ping Sanitized space or carriage return separated URLs.5738* @param string$to_ping Space or carriage return separated URLs before sanitization.5739*/5740returnapply_filters('sanitize_trackback_urls',$urls_to_ping,$to_ping);5741}57425743/**5744* Adds slashes to a stringor recursively adds slashes to strings within an array.5745*5746* This should be used when preparing data for core API that expects slashed data.
History
Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.