function W_Comment_Count(){
if(is_user_logged_in() ){
global $wpbd;
$user_id = get_current_user_id();
$counts_comment= $wpbd->get_var('SELECT COUNT(*) FROM' . $wpbd->comments.'WHERE user_id="' . $user_id .'"')
echo $counts_comment . ' comments';
}
}
add_shortcodes('count_comments', function(){
W_Comment_Count();
});
از این کد برای نمایش تعداد کامنت های کاربر استفاده کردم ولی ارور میده
متن ارور:
تغییرات کد PHP شما، به دلیل یک خطا در خط 340 از فایل wp-content/themes/hello-elementor/functions.php بازگردانده شد. لطفا اص