This action can be used to display custom HTML before the reply form. The HTML will be added in the div with the .wpd-secondary-forms-social-content class.
Changelog
since 7.0.0 version
Parameters
$form (type: Form object) – the object of the form
Usage
add_action("comment_reply_form_bar_top", function ($form) { echo "Custom Message"; });