wpDiscuz 7 API Documentation

  1. Home
  2. Docs
  3. wpDiscuz 7 API Documentation
  4. Actions
  5. comment_main_form_bar_top
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

comment_main_form_bar_top

This action can be used to display custom HTML between the divs with .wpd-form-head and .wpd-auth classes.

Changelog

since 7.0.0 version

Usage

add_action("comment_main_form_bar_top", function () {
    echo "Custom Message";
});

Was this article helpful to you? Yes No 2