Site logo

Archived topic

comment button

5 replies · Started by slavakudr on January 20, 2018

Viewing posts 1–6 of 6

That filter doesn't change the button text like he asked?

It should. I just tested this code:

add_filter( 'generate_post_comment','generate_post_comment_text' );
function generate_post_comment_text() {
    return 'My Comment Text';
}

And it worked as expected:
https://www.screencast.com/t/qfJZappPjdTy

My apologese, it works.

Glad it's working :)

This archived topic is closed to new replies.