wpDiscuz compatible with other plugins?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘wpDiscuz compatible with other plugins?’ is closed to new replies.
The topic ‘wpDiscuz compatible with other plugins?’ is closed to new replies.
(@jd-fb)
7 years, 10 months ago
Hello,
Is wpDiscuz compatible with custom plugins? I’m developing a plugin that uses
add_filter ( 'comment_form_defaults', 'my_extra_fields'), 99 )to add a new field to the comment form, and its data is generated at run time.For my needs, I can’t use wpDiscuz’s settings to create custom fields, because my plugin creates data on-the-fly. And, when I activated wpDiscuz, my custom fields disappeared from the comment form.
So, is there a way to get my plugin to work with wpDiscuz?