{"id":17,"date":"2020-07-25T20:10:03","date_gmt":"2020-07-25T20:10:03","guid":{"rendered":"http:\/\/www.datatype.co.in\/blog\/?p=17"},"modified":"2021-05-12T16:28:08","modified_gmt":"2021-05-12T16:28:08","slug":"how-to-modify-leave-a-reply-text-in-wordpress","status":"publish","type":"post","link":"https:\/\/datatype.co.in\/blog\/how-to-modify-leave-a-reply-text-in-wordpress\/","title":{"rendered":"How to Modify Leave a Reply Text in WordPress"},"content":{"rendered":"\n<p>This can be easily modified in the source code. Open <em>\/wp-includes\/comment-template.php<\/em> file and search for &#8216;Leave a Reply&#8217; term. It will be in <em>$default <\/em>array-<\/p>\n\n\n\n<pre class=\"wp-block-code prettyprint\"><code>\/\/File: \/wp-includes\/comment-template.php\n...\n$default = array(\n...\n'title_reply'          => __( 'Leave a Reply' ),  \/\/ Modify here\n'title_reply_to'       => __( 'Leave a Reply to %s' ),\n...\n)<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>This can be easily modified in the source code. Open \/wp-includes\/comment-template.php file and search for &#8216;Leave a Reply&#8217; term. It will be in $default array-<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[42,6],"tags":[9,8,7],"class_list":["post-17","post","type-post","status-publish","format-standard","hentry","category-php","category-wordpress","tag-modify-comment-title","tag-modify-leave-a-reply-text","tag-wordpress-development","list-style-post"],"_links":{"self":[{"href":"https:\/\/datatype.co.in\/blog\/wp-json\/wp\/v2\/posts\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/datatype.co.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/datatype.co.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/datatype.co.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/datatype.co.in\/blog\/wp-json\/wp\/v2\/comments?post=17"}],"version-history":[{"count":5,"href":"https:\/\/datatype.co.in\/blog\/wp-json\/wp\/v2\/posts\/17\/revisions"}],"predecessor-version":[{"id":358,"href":"https:\/\/datatype.co.in\/blog\/wp-json\/wp\/v2\/posts\/17\/revisions\/358"}],"wp:attachment":[{"href":"https:\/\/datatype.co.in\/blog\/wp-json\/wp\/v2\/media?parent=17"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/datatype.co.in\/blog\/wp-json\/wp\/v2\/categories?post=17"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/datatype.co.in\/blog\/wp-json\/wp\/v2\/tags?post=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}