update_comment_meta [ WordPress Functions ]
update_comment_meta ( $comment_id, $meta_key, $meta_value, $prev_value = '' )
| Parameters: |
|
| Uses: | |
| Links: | |
| Returns: |
|
| Defined at: |
|
| Codex |
Similar Functions: delete_comment_meta, update_comment_cache, get_comment_meta, update_post_meta, add_comment_meta
Update comment meta field based on comment ID.
Use the $prev_value parameter to differentiate between meta fields with the same key and comment ID.
If the meta field for the comment does not exist, it will be added.
Examples [ wp-snippets.com ]
Top Google Search Results
- Function Reference/update comment meta « WordPress Codex
Description. The function update_comment_meta() updates the value of an existing comment meta key for the specified comment. This may be used in place of ...
codex.wordpress.org - Wordpress get_comment_meta and update_comment_meta ...
May 24, 2011 ... WordPress now features a function to allow you to store meta data for each comment. Just like it's able to do so for posts. It seems that, under ...
www.philaeum.nl - update_comment_meta (WordPress Function) - WPSeek.com
Jun 9, 2013 ... Update comment meta field based on comment ID. WordPress lookup for update_comment_meta, a WordPress Function.
wpseek.com - update_comment_meta ← функция WordPress
3 июн 2011 ... update_comment_meta() Обновляет или добавляет метаданные для указанного комментария.
wp-kama.ru
