edit comments in front end

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

Adding buttons to wp-admin/edit-comments

You can use two filters for that: manage_edit-comments_columns – to add a column header on comments table manage_comments_custom_column – to add the content of each row for that column So you would have something like this: function myplugin_comment_columns( $columns ) { $columns[‘my_custom_column’] = __( ‘My Category’ ); return $columns; } add_filter( ‘manage_edit-comments_columns’, ‘myplugin_comment_columns’ ); function … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)