Previously I had done a duplicate function name (by accident) and you intelligently renamed the second function to get_user_votes_by_post(). What I'd like to do is rename the functions/classes to fit an updated naming scheme. Here is the updated names.
get_user_votes() >> RENAME TO >> get_user_votes_report()get_user_votes_by_post() >> RENAME TO >> get_user_votes()
Previously I had done a duplicate function name (by accident) and you intelligently renamed the second function to get_user_votes_by_post(). What I'd like to do is rename the functions/classes to fit an updated naming scheme. Here is the updated names.
get_user_votes() >> RENAME TO >> get_user_votes_report() get_user_votes_by_post() >> RENAME TO >> get_user_votes()