Advertisement
phpface

Untitled

Jun 29th, 2023
860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. add_filter( 'comment_form_defaults', function( $args ){
  2.  
  3.     $title_reply = esc_html__( 'Write your comment', 'streamtube-child' );
  4.  
  5.     return array_merge( $args, compact( 'title_reply' ) );
  6.  
  7. }, 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement