Archived topic
This is a question about "generate_comment_form_title".
1 reply · Started by Lee on March 30, 2020
Viewing posts 1–2 of 2
add_filter ('generate_comment_form_title', function () {
return '';
});
How do I put "comment count" in the "return" part?
Hi there,
This is how the default is set up:
https://github.com/tomusborne/generatepress/blob/7fdcddf18209a84aaa75304ab23f768241e08ed4/comments.php#L47
Does this help?
Let me know :)
This archived topic is closed to new replies.