This action can be used to display custom HTML before the div with the #wpdcom ID.
Usage
add_action("wpdiscuz_comment_form_before", function () {
echo "Custom Message";
});
Changelog
since 7.0.0 version
This action can be used to display custom HTML before the div with the #wpdcom ID.
add_action("wpdiscuz_comment_form_before", function () {
echo "Custom Message";
});
since 7.0.0 version
