How to update post view count?
Assuming this is just a plain whole number, the answer is yes, post meta values can be big, but it’s the number of characters that determines how big it is, not the value they represent. As for how big your post view count can get, that would be PHP_INT_MAX, so it depends on wether your … Read more