fahimmurshed

Change "Leave a Reply" strings

Feb 27th, 2021 (edited)
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. add_filter('comment_form_defaults', 'wpastra_custom_comment_title', 20);
  2. function wpastra_custom_comment_title( $defaults ){
  3.   $defaults['title_reply'] = __('Leave Your Thoughts Here...', 'astra');
  4.   return $defaults;
  5. }
Add Comment
Please, Sign In to add comment