Archived topic
how can I Change the Text of the Post Comments Button?
3 replies · Started by Daniel Häckel on July 20, 2020
Viewing posts 1–4 of 4
Hi
how can I change the text in the button of the Post Comments field?
ThX
Hi there,
try adding this PHP snippet to your site:
add_filter( 'generate_post_comment', function(){
return __( 'Your Submit Label here', 'generatepress' );
} );
perfect...
thx
You're welcome
This archived topic is closed to new replies.