wordpress simple post multi rating with post_meta and user_meta
Based on this: Array ( [0] => Array ( [wpd_function_rating] => 33 [wpd_feature_rating] => 12 [wpd_support_rating] => 66 ) ) I can spot at least one problem. You have a nested array but are only looping over the top level. Here: foreach ( $ls_up_votes as $key => $value ) { if ( $key == $currentusr … Read more