Hello,
On our blog we have a print page link via the WP-Print plugin which triggers this error message:
ArgumentCountError thrown
Too few arguments to function wpDiscuzForm::renderCommentMetaHtml(), 1 passed in C:...\wp-includes\class-wp-hook.php on line 287 and exactly 2 expected
There are no errors logged in on the sever. WP-Print works fine when there is not a wpDiscuz comment. It only happens when there is a comment posted.
See it in action here:
https://www.ies.org/fires/spectral-similarity-as-a-measure-of-naturalness/print/
How would this be corrected?
Thank you.
Hi @jwoodies-org,
This issue doesn't have any relation to wpDiscuz plugin. Simply the WP-Print plugin also uses the comment_text hook and doesn't pass all argument. Please contact the plugin support and ask them to check and fix the issue.
ok thanks