update_post_meta for anonymous_name field not working (3.0.5)

2.94K viewsIssues
0
// Update Custom Meta.
 if ( ! empty( $args['anonymous_name'] ) ) {
 update_post_meta( $post_id, 'anonymous_name', $args['anonymous_name'] );
 }

field for guest (name) is always empty, despite entering that name. Therefore, there is no meta data saved into database, and user display name is always “Anonymous”.

commented

Hello @marnotrawny,
This look like a bug. I will push a fix.