so the issue is with this code here. where if the visitor isn’t logged in, the plugin still checks a logged ip. which seems odd to me. yop_poll_model.php line 3206
if ( ! is_user_logged_in() ) {
return $this->is_voted_ip();
}
why, if we’ve tested for the setting to restrict by username only, would this occur? shouldn’t this option then be labeled ‘By Username & IP’? and if so, why not offer an option for username only?