şimdilik bulduğum tek şey
global $current_user;
$args = array('user_id' => $current_user->ID);
$usercomment = get_comments($args);
if(count($usercomment) >= 1){
echo 'disabled';
} else {
comment_form();
}
?>
bu kod ile sitede herkese en fazla 1 yorum yapmasını sağlıyor fakat bana bütün kullanıcıların bütün konularda en fazla bir yorum yapabilmesini sğlayacak bir şey lazım