Site logo

Archived topic

Add Sentence in Comment's Section

5 replies · Started by Rizki on April 21, 2019

Viewing posts 1–6 of 6

Hi there,

I use this code to change the sentence in the comment's reply title, and it works :

add_filter( 'generate_leave_comment','generate_leave_comment_text' );
function generate_leave_comment_text()
{
	return 'Yakin Ngga Mau Komen ?';
}

Then, how do I add a sentence below the reply title ? http://prntscr.com/nf4kkg

In that case select the Custom Hook from the list and in the field provided add:

comment_form_top and reduce the priority to 5.

Yesss it works :) Thank you David, GP support team are awesome.

Glad to be of help :)

This archived topic is closed to new replies.