AnsPress_Vote::vote()

Method: Process voting button.

AnsPress_Vote::ap_deleted_votes()

Method: Update votes count when multiple votes get deleted.

AnsPress_Vote::delete_votes()

Method: Delete post votes.

AnsPress_Hooks::update_user_vote_casted_count()

Method: Update user meta of vote

AnsPress_Admin_Ajax::recount_votes()

Method: Ajax callback for ‘ap_recount_votes` which recounting votes of posts.

AnsPress_Admin_Ajax::ap_admin_vote()

Method: Handle ajax vote in wp-admin post edit screen.

AP_Update_Helper::migrate_votes()

Method: Migrate votes data from `ap_meta` table to `ap_votes` table.

AnsPress_Notification_Hook::undo_vote_down()

Method: Notify when user recive an down vote.

AnsPress_Notification_Hook::undo_vote_up()

Method: Notify when user recive an up vote.

AnsPress_Notification_Hook::vote_down()

Method: Notify when user recive an down vote.