Filters the post comments feed permalink.
$link_text = '', $post_id = 0, $feed = ''
Sortie :
@param string $url Post comments feed permalink. @param string $link_text Optional. Descriptive link text. Default 'Comments Feed'. @param int $post_id Optional. Post ID. Default is the ID of the global `$post`. @param string $feed Optional. Feed type. Possible values include 'rss2', 'atom'.
// Utilisation de la fonction post_comments_feed_link
$result = post_comments_feed_link($link_text = '', $post_id = 0, $feed = '');
if ($result) {
// Votre logique ici
}
Chargement des actualités...