wpDiscuz 7 API Documentation

⌘K
  1. Home
  2. Docs
  3. wpDiscuz 7 API Documentat...
  4. Actions
  5. wpdiscuz_comment_form_before

wpdiscuz_comment_form_before

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";
});