This action allows you to insert custom HTML directly after the div element with the .wpd-form-head class.
Changelog
Added starting from 7.0.0 version.
Usage
add_action("comment_main_form_after_head", function () {
echo "Custom Message";
});This action allows you to insert custom HTML directly after the div element with the .wpd-form-head class.
add_action("comment_main_form_after_head", function () {
echo "Custom Message";
});