sanitize_trackback_urls

sanitize_trackback_urls

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('sanitize_trackback_urls') is found 1 times:

  • /wp-includes/formatting.php line 5765
    	 *
    	 * @param string $urls_to_ping Sanitized space or carriage return separated URLs.
    	 * @param string $to_ping      Space or carriage return separated URLs before sanitization.
    	 */
    	return apply_filters( 'sanitize_trackback_urls', $urls_to_ping, $to_ping );
    }
    
    /**
     * Adds slashes to a string or recursively adds slashes to strings within an array.
     *
     * This should be used when preparing data for core API that expects slashed data.