sanitize_trackback_urls

sanitize_trackback_urls

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('sanitize_trackback_urls') is found 1 times:

  • /wp-includes/formatting.php line 5740
    5736
    5737
    5738
    5739
    5740
    5741
    5742
    5743
    5744
    5745
    5746
         *
         * @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.