comment_author

comment_author

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('comment_author') is found 1 times:

  • /wp-includes/comment-template.php line 76
    	 *
    	 * @param string $comment_author The comment author's username.
    	 * @param string $comment_id     The comment ID as a numeric string.
    	 */
    	echo apply_filters( 'comment_author', $comment_author, $comment->comment_ID );
    }
    
    /**
     * Retrieves the email of the author of the current comment.
     *
     * @since 1.5.0
    

Examples using comment_author