• Is there any hook (or method) to modify a content of comment meta box in post.php of admin area?
    (for example, adding a date to “td.column-author” or removing some unnecessary element)

    or

    Do I have to make my own meta box to create original view of comment list?

    Since I cannot find any proper hook which can modify html of comment list in admin panel,
    I’ve been trying what I can by using Jquery though…

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    The comments meta box uses the WP_Post_Comments_List_Table class to display comments. There’s a number of actions and filters in any List Table class that allows certain manipulations to occur. How that is done depends on what you specifically want to do.

Viewing 1 replies (of 1 total)
  • The topic ‘Modify a content of comment meta box in post.php of admin area’ is closed to new replies.