The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
wp_discuz_after_com...
 
Share:
Notifications
Clear all

wp_discuz_after_comment_post

2 Posts
2 Users
0 Reactions
639 Views
Posts: 1
Topic starter
(@comments)
New Member
Joined: 4 years ago

Inside the wp_discuz_after_comment_post hook, how do I get the value of the meta field? 

add_action( 'wpdiscuz_after_comment_post', function ( $id, $comment ) {

// how to get value of custom meta field?

}, 10, 2 );
1 Reply
Asti
Posts: 7354
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

Hi @comments,

you should use the WordPress native (core) get_comment_meta function. 

Reply
Share: