I need help with below code.
$rate = get_comment_meta( $comment->comment_ID, 'rating', true and $comment->comment_ID, 'ux', true);
how do I combine both key value in one variable?