Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('comment_form_defaults', 'wpastra_custom_comment_title', 20);
- function wpastra_custom_comment_title( $defaults ){
- $defaults['title_reply'] = __('Leave Your Thoughts Here...', 'astra');
- return $defaults;
- }
Add Comment
Please, Sign In to add comment