• I installed the plugin and activated. Go to Settings —> Simple Vote Me and see the following error:

    Warning: in_array() expects parameter 2 to be array, string given in /wp-content/plugins/simple-vote-me/admin.php on line 136
    /> Posts

    This is line 136:
    <input type="checkbox" id="<?php echo $type->name; ?>" name="gt_simplevoteme_custom_post_types[]" value="<?php echo $type->name; ?>" <?php if(in_array($type->name,$typesActive)) echo 'checked';?>/>

  • The topic ‘Where do you want the poll error’ is closed to new replies.