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