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

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wp_discuz_after_comment_post

2 Posts
2 Users
0 Reactions
971 Views
Posts: 1
Topic starter
(@comments)
New Member
Joined: 5 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi @comments,

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

Reply
Share: