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},";
});This action can be used for adding items in the options of the comment form editor.
add_action("wpdiscuz_editor_modules", function () {
echo "customModule: {customOption: customValue},";
});