This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Rewrite the HTML for the author, email, and url comment fields | |
*/ | |
function custom_comment_fields( $fields ) { | |
// https://codex.wordpress.org/Function_Reference/comment_form | |
$commenter = wp_get_current_commenter(); |