respond_link

respond_link

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('respond_link') is found 1 times:

  • /wp-includes/comment-template.php line 1690
    		 *
    		 * @param string $respond_link The default response link.
    		 * @param int    $post_id      The post ID.
    		 */
    		$comments_link = apply_filters( 'respond_link', $respond_link, $post_id );
    	} else {
    		$comments_link = get_comments_link();
    	}
    
    	$link_attributes = '';