edit comments in front end

I build my custom comments template. And i realised tht edit comment is being done in back-end ( dashbord). Is there any way to enable edit comments in the front-end instead of in admin menu? Would be possible to use the same form as i used for new comment?

Topic comment-form comments Wordpress

Category Web


If you want to edit comments in the front end. Use this

For default edit comment link,

<?php edit_comment_link(); ?> 
          ( or ) 
<?php edit_comment_link(__('edit comment'), '<p>', '</p>'); ?>

Hook is, apply_filters() Calls 'edit_comment_link' hook on the author email

Let Me know Incase of any issues

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.