5760*5761* @since 3.4.05762*5763* @param string$urls_to_ping Sanitized space or carriage return separated URLs.5764* @param string$to_ping Space or carriage return separated URLs before sanitization.5765*/5766returnapply_filters('sanitize_trackback_urls',$urls_to_ping,$to_ping);5767}57685769/**5770* Adds slashes to a stringor recursively adds slashes to strings within an array.5771*5772* 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.