Skip to content

Instantly share code, notes, and snippets.

@Hasan101101
Hasan101101 / functions.php
Created May 29, 2022 17:03 — forked from jsit/functions.php
Customize WordPress comment form output
<?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();