You are saving your data with non-unique key (false
as last argument), but retrieve it it as singular data (true
as last argument).
This is likely returning you the first voter on comment. You need to retrieve complete array of values and work with it to be operating on complete data.
Related Posts:
- Removing Gravatar.com support for WordPress and Simple Local Avatars
- Alternative to using get_avatar function?
- Using Heroku, need to have non-gravatar avatars, but not stored locally
- How to check if gravatar of user is the default’s one?
- Setting different width and height for gravatar
- How to get gravatar url alone
- Replace default avatar
- Listing all users by their avatars in wordpress
- How to output nothing instead of default avatar?
- get the avatar url instead of an html img tag when using get_avatar?
- show author avatar
- Prompt users to Upload Avatar on Registration
- Assign a random avatar to every user?
- Display avatar of user profile when logged in
- get_avatar() default image not working as of wp 3.5 [closed]
- How to restore $args for get_avatar custom “class”?
- Displaying avatar of a user
- Force users to display default Gravatars
- Change wordpress default avatar with custom plugin
- Conditional avatar
- How to get authors avatar
- Which Function Displays The Post Authors Gravatar
- show list of latest comments for each post in a loop
- How do I accesss gravatar?
- Gravatar – Default IMG
- How to change users avatar with specific e-mail addresses
- Return WP avatar inside a function
- Hexagon avatar with get_avatar()
- Anyway of specifying avatar height & width?
- Adding avatars/gravatar to a WordPress blog
- How to give users a fixed gallery of avatars to choose from?
- get_avatar_url() how to reset the default image
- get_avatar() returns image with margin-bottom
- WordPress User Gravatar images not displaying. Loading default instead
- WP User Avatar preview for users
- Broken Gravatar images in comments
- get_avatar not working
- How to display user’s avatar on the top of main menu in WordPress admin panel?
- list all authors outside of loop with photo from /uploads
- How do I get the avatar URL instead of an HTML IMG tag when using get_avatar?
- Find out which moderator approved comment?
- What for is the table “wp_commentmeta” exactly?
- Lack of composite indexes for meta tables
- How to change user`s avatar?
- Set default avatar network-wide
- What should I do to make generated avatars different for anonymous comments?
- How to display random users with avatars
- Adding another state (spam, reject, approve) to wordpress comments?
- Running a function on comment status change
- Custom user avatar in the WordPress users listing
- Is it possible to show custom comment metadata in the admin panel?
- Add aditional class to get_avatar when showing image
- How to filter get_avatar?
- change the comment time output to: X time ago instead of actual date and time
- Frontend Simple Local Avatar upload
- Upload gravatar in WP profile?
- Use local image for default avatar
- How to override Member’s Avatars in BuddyPress [closed]
- Wrong gravatar showing up?
- Query & Sort Comments by custom comment meta
- Add Comment Custom Field
- count number of user comments with a specific comment meta value
- Upload images with comment
- Add a drop down list to comment form?
- An action hook where a comment meta is updated
- Rectangle avatars
- Alternative default avatar generator?
- What are the additional fields in wp_comments used for?
- How to put this result inside that result?
- Inserting PHP before a menu element, while using the inbuilt menu function wp_nav_menu()
- Display comment meta data after quick update
- How to change user avatar using REST API?
- Get only the author profile picture image url inside a loop
- How to get the average of the values from the comment meta
- How to replace any occurence of Gravatars with a local placeholder image?
- How to make gravatar.com avatars conditional?
- remove_filter( ‘comment_author’, ‘floated_admin_avatar’ ); doesn’t work
- How to get larger version of author avatar
- WordPress Comment. Need some details of wp_comments DB table
- Displaying Logged-In User Name and avatar in WordPress Menu
- Changing default Buddypress avatar affects all site avatars (because gravatar)
- How would I count the number of times a comment meta field’s value is in a post’s entire comments?
- Wpdb query for comment meta for current post
- How to remove unused avatar uploads in buddypress [closed]
- How to change title attribute returned by comments_popup_link()?
- Syncing Avatars across multisite
- Replace comment avatars and links at the same time
- Uploading avatar from the frontend
- Cannot get local avatars to show [closed]
- How to update Post Meta values through the comment system
- show the meta values to visitors that collected via coment form
- Use Gravatar as fallback image if no local image is not found
- Random Default Avatar Function
- Storing Comment Meta as an Array
- Get comments from post and sort by commentmeta value
- Changing comments avatar
- How to link avatar and nickname to profile
- How to change avatar of the comment author using comment ID?
- The “Profile Picture” section just disappeared from my User Profile
- How can I get values count from wp_commentmeta?