Archived topic
Feature request: Comment meta hooks
5 replies · Started by Pete on July 11, 2019
Hi Tom I'd love to see some hooks for the Elements addon that allows us to play with the comment author, comment meta and comment box (not the comment post, the comment view).
Thanks
Hi there,
what are you trying to achieve?
For example WP includes this hook for adding comment meta:
https://codex.wordpress.org/Function_Reference/add_comment_meta
Other hooks regarding it can be found in the codex. Let me know
I'm trying to add stuff to the comment area via the Elements addon.
The elements module only applies to Action Hooks, not filters, this article provides a visual guide of the Hooks available in the standard WP comment form which GP uses. If the hook is not listed then you can select Custom Hook from the list and manually add the hook name in the field provided:
https://wpengineer.com/2205/comment-form-hooks-visualized/
Let me know if i understand correctly.
Thanks
You're welcome