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 Likes
561 Views
Posts: 1
Topic starter
(@comments)
New Member
Joined: 3 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: 7119
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @comments,

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

Reply
Share: