WPIntell

Source evidence

Anonymous Review

Faview – Virtual Reviews for WooCommerce · support · 2024-02-22T10:03:00+00:00

complaintsentiment
mediumseverity
0.75relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 25 rows with source links

24.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
toprecensione unresolved
When I post a review, it appears as anonymous, why? I entered a username correctly, but the review appears as anonymous. Can you help me? In my funciotn.php file there is the following function to display only the username for privacy reasons. function my_comment_author( $author = ” ) { // Get the comment ID from WP_Query $comment = get_comment( $comment_ID ); if (!empty($comment->comment_author) ) { if($comment->user_id > 0){ $user=get_userdata($comment->user_id); $author=$user->first_name.’ ‘.substr($user->last_name,0,1).’.’; // this is the actual line you want to change } else { $author = __(‘Anonymous’); } } else { $author = $comment->comment_author; } return $author; } Could this be the cause and if so how can I resolve it? Thank you Hi, It seems that you added custom codes in the function file of the plugin, this will not be contained in the support of the plugin. Please attempt to delete this code and then check again. If the problem persists, let us know. Best regards.

Comments

1 shown
lavendervu2510 2024-02-23T09:17:00+00:00

Hi, It seems that you added custom codes in the function file of the plugin, this will not be contained in the support of the plugin. Please attempt to delete this code and then check again. If the problem persists, let us know. Best regards.