Wordpress function ...
 
Share:
Notifications
Clear all

Wordpress function for comment notification

3 Posts
2 Users
0 Likes
568 Views
Posts: 2
Topic starter
(@makeshyfttom)
New Member
Joined: 4 years ago

Hi peeps,

I want to display notifications about replies made to my comments, or other comments made for the post.

I checked the actions and filter hooks, but what I really need are functions() that query some of this data.

Is there any documentation about those kinds of functions?

Thanks for the great plugin....

Tom

2 Replies
Posts: 2
Topic starter
(@makeshyfttom)
New Member
Joined: 4 years ago

forgot to subscribe to thread 🙂

Reply
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@makeshyfttom,

You should use the native (core) comment_post WordPress hook and do the customization. More info here: https://developer.wordpress.org/reference/hooks/comment_post/

Reply
Share: