Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'comment_form_defaults', function( $args ){
- $title_reply = esc_html__( 'Write your comment', 'streamtube-child' );
- return array_merge( $args, compact( 'title_reply' ) );
- }, 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement