Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#15999 closed feature request (wontfix)

Add hook after textarea of commentform but before send button

Reported by: dieterwelzel's profile Dieter.Welzel Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.0.3
Component: Comments Keywords: usability, hook, filter, commentform
Focuses: Cc:

Description

I miss a hook after the textarea of the commentform and before the send button.

This would help for plugins as filters in functions.php as well to place important messages in line with good usability practise.

For example a checkbox to get further comments from others.

Change History (1)

#1 @nacin
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

There's numerous hooks in comment_form() to do this. You can add a new field, use the comment_form_after_fields or comment_form_field_comment hooks, or the comment_notes_after argument.

Note: See TracTickets for help on using tickets.