wpDiscuz 7 API Documentation

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

wpdiscuz_editor_modules

This action can be used for adding items in the options of the comment form editor.

Changelog

since 7.0.0 version

Usage

add_action("wpdiscuz_editor_modules", function () {
    echo "customModule: {customOption: customValue},";
});

Was this article helpful to you? Yes No