Notifications
Clear all
Topic starter
13/09/2018 9:44 pm
Hy, Where can I access to text area field of the comment replies. I need to make some changes to the textarea class.
14/09/2018 12:47 pm
Hi fizbro,
you can find it in wpdiscuz/forms/wpdFormAttr/Form.php file (function renderFrontForm() line 545).
Please don't edit files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost.
More info here:
https://wpdiscuz.com/docs/wpdiscuz-documentation/customization/custom-template-and-style/